mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
Fix various state classes/missing annotations (#503)
This commit is contained in:

committed by
GitHub

parent
96234ddc23
commit
35def3013a
@@ -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)
|
||||
|
Reference in New Issue
Block a user