2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-14 02:06:09 +00:00

CMorphBall stubs

This commit is contained in:
2016-07-22 15:22:36 -07:00
parent 6bbed11859
commit 084830a966
2 changed files with 123 additions and 0 deletions

View File

@@ -78,6 +78,10 @@ protected:
u8 _dummy4 = 0;
};
public:
enum class EFluidState
{
};
CActor(TUniqueId, bool, const std::string&, const CEntityInfo&,
const zeus::CTransform&, CModelData&&, const CMaterialList&,
const CActorParameters&, TUniqueId);