2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 01:07:43 +00:00

Re-organize MP1 specific world objects

This commit is contained in:
2017-02-03 15:32:15 -08:00
parent 6968d9f0d3
commit d9f5805356
25 changed files with 193 additions and 22 deletions

View File

@@ -148,6 +148,8 @@ public:
const zeus::CVector3f& GetScale() const { return x0_scale; }
void SetScale(const zeus::CVector3f& scale) { x0_scale = scale; }
bool HasAnimData() const { return x10_animData != nullptr; }
bool HasNormalModel() const { return x1c_normalModel; }
};
}