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:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user