Update legogamestate.cpp

This commit is contained in:
Misha 2023-12-15 16:30:53 -05:00
parent d2be8c9383
commit 9311104cad
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8

View File

@ -261,13 +261,16 @@ void LegoGameState::RegisterState(LegoState* p_state)
m_stateArray[targetIndex] = p_state;
}
// STUB: LEGO1 0x1003c870
void LegoGameState::WriteScoreHistory(MxU16*)
{
// TODO
}
// STUB: LEGO1 0x1003ccf0
void FUN_1003ccf0(MxU16*, LegoFileStream&)
{
// TODO
}
// FUNCTION: LEGO1 0x1003cdd0