mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 02:31:15 +00:00
Update animstate.cpp
This commit is contained in:
parent
016147ac94
commit
1d5e1930d0
@ -17,16 +17,16 @@ AnimState::~AnimState()
|
|||||||
// TODO
|
// TODO
|
||||||
}
|
}
|
||||||
|
|
||||||
// STUB: LEGO1 0x100654f0
|
|
||||||
MxBool AnimState::SetFlag()
|
|
||||||
{
|
|
||||||
// TODO
|
|
||||||
return FALSE;
|
|
||||||
}
|
|
||||||
|
|
||||||
// STUB: LEGO1 0x100652d0
|
// STUB: LEGO1 0x100652d0
|
||||||
MxResult AnimState::VTable0x1c(LegoFileStream* p_legoFileStream)
|
MxResult AnimState::VTable0x1c(LegoFileStream* p_legoFileStream)
|
||||||
{
|
{
|
||||||
// TODO
|
// TODO
|
||||||
return FAILURE;
|
return FAILURE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// STUB: LEGO1 0x100654f0
|
||||||
|
MxBool AnimState::SetFlag()
|
||||||
|
{
|
||||||
|
// TODO
|
||||||
|
return FALSE;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user