mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-07 02:10:14 -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:
@@ -54,7 +54,6 @@ class Act_c : public fopAc_ac_c {
|
||||
return daObj::PrmAbstract(this, PRM_2, PRM_24);
|
||||
}
|
||||
|
||||
private:
|
||||
/* 0x568 */ int field_0x568;
|
||||
/* 0x56C */ int field_0x56c;
|
||||
/* 0x570 */ u8 field_0x570;
|
||||
|
||||
Reference in New Issue
Block a user