Fix various state classes/missing annotations (#503)

This commit is contained in:
Christian Semmler
2024-01-29 13:54:47 -05:00
committed by GitHub
parent 96234ddc23
commit 35def3013a
14 changed files with 66 additions and 72 deletions

View File

@@ -1,29 +1,3 @@
#include "legostate.h"
DECOMP_SIZE_ASSERT(LegoState, 0x08);
// FUNCTION: LEGO1 0x10005f40
LegoState::~LegoState()
{
}
// FUNCTION: LEGO1 0x10005f90
MxBool LegoState::VTable0x14()
{
return TRUE;
}
// FUNCTION: LEGO1 0x10005fa0
MxBool LegoState::SetFlag()
{
return FALSE;
}
// FUNCTION: LEGO1 0x10005fb0
MxResult LegoState::VTable0x1c(LegoFile* p_legoFile)
{
if (p_legoFile->IsWriteMode()) {
p_legoFile->FUN_10006030(this->ClassName());
}
return SUCCESS;
}
DECOMP_SIZE_ASSERT(LegoState, 0x08)