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:
gymnast86
2026-09-03 10:30:26 -05:00
committed by GitHub
parent 6a7acc8ddc
commit b748eaca1e
484 changed files with 28 additions and 550 deletions
-1
View File
@@ -30,7 +30,6 @@ public:
virtual void drawOutFontLocal(J2DTextBox*, f32);
virtual void drawFontLocal(J2DTextBox*, u8, f32, f32, f32, f32, u32, u8);
private:
/* 0x04 */ JMessage::TResourceContainer* mpResCont;
/* 0x08 */ jmessage_string_tControl* mpCtrl;
/* 0x0C */ jmessage_string_tReference* mpRefer;