This commit is contained in:
Misha 2023-12-15 16:38:19 -05:00
parent 9311104cad
commit 8b800a9452
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8
2 changed files with 1 additions and 2 deletions

View File

@ -262,7 +262,7 @@ void LegoGameState::RegisterState(LegoState* p_state)
}
// STUB: LEGO1 0x1003c870
void LegoGameState::WriteScoreHistory(MxU16*)
void WriteScoreHistory(MxU16*)
{
// TODO
}

View File

@ -33,7 +33,6 @@ class LegoGameState {
void GetFileSavePath(MxString* p_outPath, MxULong p_slotn);
void FUN_1003a720(MxU32);
void HandleAction(MxU32);
void WriteScoreHistory(MxU16*);
inline MxU8 GetUnknownC() { return m_unk0xc; }
inline MxU32 GetUnknown10() { return m_unk0x10; }