isle-portable/LEGO1/legorace.cpp

89 lines
1.3 KiB
C++
Raw Normal View History

#include "legorace.h"
#include "mxnotificationmanager.h"
DECOMP_SIZE_ASSERT(LegoRace, 0x144)
// OFFSET: LEGO1 0x1000dab0
undefined4 LegoRace::VTable0x78(undefined4)
{
return 0;
}
// OFFSET: LEGO1 0x1000dac0 STUB
void LegoRace::VTable0x7c(undefined4, undefined4)
{
// TODO
}
// OFFSET: LEGO1 0x1000dae0
MxBool LegoRace::VTable0x5c()
{
return TRUE;
}
// OFFSET: LEGO1 0x10015aa0
LegoRace::LegoRace()
{
this->m_unkf8 = 0;
this->m_unkfc = 0;
this->m_unk100 = 0;
this->m_unk104 = 0;
this->m_unk108 = 0;
this->m_unk10c = 0;
this->m_unk140 = 0;
this->m_unk110 = 0;
this->m_unk114 = 0;
this->m_unk118 = 0;
this->m_unk128 = 0;
this->m_unk12c = 0;
this->m_unk120 = 0;
this->m_unk124 = 0;
this->m_unk11c = 0;
NotificationManager()->Register(this);
}
// OFFSET: LEGO1 0x10015b70
undefined4 LegoRace::VTable0x70(undefined4)
{
return 0;
}
// OFFSET: LEGO1 0x10015b80
undefined4 LegoRace::VTable0x74(undefined4)
{
return 0;
}
// OFFSET: LEGO1 0x10015b90
MxBool LegoRace::VTable0x64()
{
return FALSE;
}
// OFFSET: LEGO1 0x10015ce0 STUB
MxResult LegoRace::Create(MxDSObject& p_dsObject)
{
2023-10-24 19:38:27 -04:00
// TODO
return SUCCESS;
}
// OFFSET: LEGO1 0x10015d40 STUB
LegoRace::~LegoRace()
{
2023-10-24 19:38:27 -04:00
// TODO
}
// OFFSET: LEGO1 0x10015e00 STUB
2023-10-24 19:38:27 -04:00
MxLong LegoRace::Notify(MxParam& p)
{
2023-10-24 19:38:27 -04:00
// TODO
return 0;
}
// OFFSET: LEGO1 0x10015ed0 STUB
void LegoRace::VTable0x68(MxBool p_add)
{
// TODO
}