Fix order

This commit is contained in:
Christian Semmler 2024-03-06 14:06:54 -05:00
parent 35ef2a2b0a
commit 5f1703e692

View File

@ -123,6 +123,13 @@ MxBool LegoUnkSaveDataWriter::FUN_10084c00(const LegoChar*)
return FALSE;
}
// STUB: LEGO1 0x10085140
MxU32 LegoUnkSaveDataWriter::FUN_10085140(LegoROI*, MxBool)
{
// TODO
return 0;
}
// FUNCTION: LEGO1 0x100851a0
void LegoUnkSaveDataWriter::SetCustomizeAnimFile(const char* p_value)
{
@ -142,13 +149,6 @@ void LegoUnkSaveDataWriter::SetCustomizeAnimFile(const char* p_value)
}
}
// STUB: LEGO1 0x10085140
MxU32 LegoUnkSaveDataWriter::FUN_10085140(LegoROI*, MxBool)
{
// TODO
return 0;
}
// STUB: LEGO1 0x10085210
LegoROI* LegoUnkSaveDataWriter::FUN_10085210(const LegoChar*, LegoChar*, undefined)
{