isle/LEGO1/scorestate.cpp
2023-10-18 22:13:06 -04:00

16 lines
244 B
C++

#include "scorestate.h"
DECOMP_SIZE_ASSERT(ScoreState, 0x0C);
// OFFSET: LEGO1 0x1000de20
MxBool ScoreState::VTable0x14() {
return FALSE;
}
// OFFSET: LEGO1 0x1000de30
MxBool ScoreState::VTable0x18()
{
m_unk0x08 = TRUE;
return TRUE;
}