isle/LEGO1/lego/legoomni/src/infocenter/scorestate.cpp
Christian Semmler c67f613b8d
Implement/match LegoOmni::FindROI and related (#570)
* Implement/match LegoOmni::FindROI and related

* Add missing file
2024-02-17 01:34:30 +01:00

17 lines
251 B
C++

#include "scorestate.h"
DECOMP_SIZE_ASSERT(ScoreState, 0x0c);
// FUNCTION: LEGO1 0x1000de20
MxBool ScoreState::VTable0x14()
{
return FALSE;
}
// FUNCTION: LEGO1 0x1000de30
MxBool ScoreState::SetFlag()
{
m_playCubeTutorial = TRUE;
return TRUE;
}