2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 17:04:55 +00:00

CWorldTransManager and CGraphicsPalette stubs

This commit is contained in:
2016-07-21 13:02:53 -07:00
parent 2ff1a2ee0b
commit 7d07fb62ae
3 changed files with 74 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ class CGameState
CGameOptions m_gameOpts;
double xa0_playTime;
public:
CGameState() {}
CGameState() = default;
CGameState(CBitStreamReader& stream);
void SetCurrentWorldId(unsigned int id, const std::string& name);
CWorldTransManager& WorldTransitionManager() {return x9c_transManager;}