2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 22:27:43 +00:00

Finish COptionsScreen

This commit is contained in:
Jack Andersen
2017-05-12 09:54:35 -10:00
parent 4304cb1d29
commit e13583ff80
12 changed files with 422 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ public:
CLogBookScreen(const CStateManager& mgr, CGuiFrame& frame, const CStringTable& pauseStrg);
bool VReady() const;
void VActivate() const;
void VActivate();
u32 GetRightTableCount() const;
};