mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-08 10:35:50 -04:00
Remove private specifiers from game code classes (#2375)
* remove private specifiers from game code * fix formatting * fix more formatting * Add some missing public modifiers --------- Co-authored-by: Luke Street <luke@street.dev>
This commit is contained in:
@@ -64,7 +64,6 @@ public:
|
||||
u8 getType() { return fopAcM_GetParamBit(this, 8, 8); }
|
||||
u8 getSwNo() { return fopAcM_GetParamBit(this, 0, 8); }
|
||||
void setAction(u8 action) { mAction = action; }
|
||||
private:
|
||||
/* 0x5A0 */ request_of_phase_process_class mPhase1;
|
||||
/* 0x5A8 */ request_of_phase_process_class mPhase2;
|
||||
/* 0x5B0 */ J3DModel* mpModel;
|
||||
|
||||
Reference in New Issue
Block a user