mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 19:44:55 +00:00
Initial CPlayerState RE
This commit is contained in:
@@ -19,7 +19,7 @@ class CGameState
|
||||
CGameOptions m_gameOpts;
|
||||
public:
|
||||
CGameState() {}
|
||||
CGameState(CInputStream& stream);
|
||||
CGameState(CBitStreamReader& stream);
|
||||
void SetCurrentWorldId(unsigned int id, const std::string& name);
|
||||
CWorldTransManager& WorldTransitionManager() {return m_transManager;}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user