Fix order

This commit is contained in:
Christian Semmler 2024-02-18 10:33:42 -05:00
parent 5eb2828505
commit 5dc1ed789d

View File

@ -67,19 +67,6 @@ LegoResult LegoScaleKey::Read(LegoStorage* p_storage)
return SUCCESS;
}
// FUNCTION: LEGO1 0x100a0f60
LegoMorphKey::LegoMorphKey()
{
m_name = NULL;
}
// STUB: LEGO1 0x100a0f70
LegoResult LegoMorphKey::Read(LegoStorage* p_storage)
{
// TODO
return SUCCESS;
}
// STUB: LEGO1 0x1009fcf0
LegoAnimNodeData::LegoAnimNodeData()
{
@ -232,3 +219,16 @@ LegoResult LegoAnim::Write(LegoStorage* p_storage)
// TODO
return SUCCESS;
}
// FUNCTION: LEGO1 0x100a0f60
LegoMorphKey::LegoMorphKey()
{
m_name = NULL;
}
// STUB: LEGO1 0x100a0f70
LegoResult LegoMorphKey::Read(LegoStorage* p_storage)
{
// TODO
return SUCCESS;
}