mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 00:31:16 +00:00
fix function ordering
This commit is contained in:
parent
2d826af67d
commit
6fd4c3d01a
@ -45,20 +45,6 @@ LegoRace::LegoRace()
|
||||
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
|
||||
undefined4 LegoRace::vtable0x70()
|
||||
{
|
||||
@ -77,6 +63,20 @@ MxBool LegoRace::vtable0x64()
|
||||
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
|
||||
void LegoRace::vtable0x68(MxBool p_add)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user