Update animstate.cpp

This commit is contained in:
Misha 2023-12-16 07:45:59 -05:00
parent 016147ac94
commit 1d5e1930d0
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8

View File

@ -17,16 +17,16 @@ AnimState::~AnimState()
// TODO
}
// STUB: LEGO1 0x100654f0
MxBool AnimState::SetFlag()
{
// TODO
return FALSE;
}
// STUB: LEGO1 0x100652d0
MxResult AnimState::VTable0x1c(LegoFileStream* p_legoFileStream)
{
// TODO
return FAILURE;
}
// STUB: LEGO1 0x100654f0
MxBool AnimState::SetFlag()
{
// TODO
return FALSE;
}