fix build

This commit is contained in:
Misha 2024-01-15 13:44:11 -05:00
parent 328b5514e2
commit 5bf3641c70
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8
2 changed files with 13 additions and 11 deletions

View File

@ -81,7 +81,7 @@ class LegoAnimClassBase {
undefined4 m_unk0x4;
};
// SYNTHETIC: LEGO1 0x10099e00
// SYNTHETIC: LEGO1 0x10099de0
// LegoAnimClassBase::`scalar deleting destructor'
// VTABLE: LEGO1 0x100db8d8

View File

@ -217,18 +217,20 @@ LegoAnimClass::~LegoAnimClass()
// TODO
}
// STUB: LEGO1 0x100a0e30
void LegoAnimClass::VTable0x8()
{
}
// STUB: LEGO1 0x100a1040
void LegoAnimClass::VTable0xc()
{
}
// STUB: LEGO1 0x100a0c70
MxResult LegoAnimClass::VTable0x10(LegoMemoryStream* p_stream, MxS32)
{
return SUCCESS;
}
// STUB: LEGO1 0x100a0e30
void LegoAnimClass::VTable0x8()
{
// TODO
}
// STUB: LEGO1 0x100a1040
void LegoAnimClass::VTable0xc()
{
// TODO
}