2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 22:27:43 +00:00

Make vector constants class-scope

This commit is contained in:
Jack Andersen
2017-02-11 17:51:59 -10:00
parent 6887d351fb
commit fbbd24f96e
8 changed files with 26 additions and 16 deletions

View File

@@ -12,7 +12,11 @@ namespace MP1
class CSamusFaceReflection
{
CModelData x0_modelData;
CActorLights x4c_lights;
std::unique_ptr<CActorLights> x4c_lights;
zeus::CQuaternion x50_;
zeus::CVector3f x60_;
u32 x6c_ = 0;
bool x70_ = true;
public:
CSamusFaceReflection(CStateManager& stateMgr);
};