Fix various state classes/missing annotations (#503)

This commit is contained in:
Christian Semmler
2024-01-29 13:54:47 -05:00
committed by GitHub
parent 96234ddc23
commit 35def3013a
14 changed files with 66 additions and 72 deletions

View File

@@ -30,7 +30,7 @@ public:
// ScoreState::`scalar deleting destructor'
private:
MxBool m_playCubeTutorial;
MxBool m_playCubeTutorial; // 0x08
};
#endif // SCORESTATE_H