2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-15 05:51:21 +00:00
metaforce/Runtime/MP1/World/CThardusRockProjectile.hpp
Lioncash a633b8e8fd General: Normalize RuntimeCommon include paths
Performs the same normalizing done to the RuntimeCommonB target, now all
of the runtime headers have normalized include paths.
2019-09-28 04:14:29 -04:00

16 lines
504 B
C++

#pragma once
#include "Runtime/World/CPatterned.hpp"
namespace urde {
class CThardusRockProjectile : public CPatterned {
public:
DEFINE_PATTERNED(ThardusRockProjectile)
CThardusRockProjectile(TUniqueId uid, std::string_view name, const CEntityInfo& info, const zeus::CTransform& xf,
CModelData&& modelData, const CActorParameters& aParms, const CPatternedInfo& patternedInfo,
const std::vector<CModelData>& mDataVec, u32);
};
} // namespace urde