mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 07:07:42 +00:00
various implementations
This commit is contained in:
@@ -3,4 +3,12 @@
|
||||
namespace Retro
|
||||
{
|
||||
|
||||
CGameState::CGameState(CInputStream& stream)
|
||||
: m_stateFlag(stream.readUint32Big()), m_playerState(stream), m_gameTime(stream.readFloatBig())
|
||||
{}
|
||||
|
||||
void CGameState::SetCurrentWorldId(unsigned int id, const std::string& name)
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user