isle-portable/LEGO1/scorestate.cpp

17 lines
247 B
C++
Raw Normal View History

#include "scorestate.h"
DECOMP_SIZE_ASSERT(ScoreState, 0x0C);
// OFFSET: LEGO1 0x1000de20
2023-10-24 19:38:27 -04:00
MxBool ScoreState::VTable0x14()
{
return FALSE;
}
// OFFSET: LEGO1 0x1000de30
MxBool ScoreState::SetFlag()
{
2023-10-24 19:38:27 -04:00
m_playCubeTutorial = TRUE;
return TRUE;
}