fix function ordering

This commit is contained in:
Joshua Peisach 2023-11-23 13:08:17 -05:00
parent 2d826af67d
commit 6fd4c3d01a
No known key found for this signature in database
GPG Key ID: 41C3D4189AFEDB5A

View File

@ -45,20 +45,6 @@ LegoRace::LegoRace()
NotificationManager()->Register(this); NotificationManager()->Register(this);
} }
// OFFSET: LEGO1 0x10015d40 STUB
LegoRace::~LegoRace()
{
// TODO
}
// OFFSET: LEGO1 0x10015e00 STUB
MxLong LegoRace::Notify(MxParam& p)
{
// TODO
return 0;
}
// OFFSET: LEGO1 0x10015b70 // OFFSET: LEGO1 0x10015b70
undefined4 LegoRace::vtable0x70() undefined4 LegoRace::vtable0x70()
{ {
@ -77,6 +63,20 @@ MxBool LegoRace::vtable0x64()
return FALSE; return FALSE;
} }
// OFFSET: LEGO1 0x10015d40 STUB
LegoRace::~LegoRace()
{
// TODO
}
// OFFSET: LEGO1 0x10015e00 STUB
MxLong LegoRace::Notify(MxParam& p)
{
// TODO
return 0;
}
// OFFSET: LEGO1 0x10015ed0 STUB // OFFSET: LEGO1 0x10015ed0 STUB
void LegoRace::vtable0x68(MxBool p_add) void LegoRace::vtable0x68(MxBool p_add)
{ {