isle-portable/LEGO1/lego/legoomni/src/actors/dunebuggy.cpp
2024-06-06 18:19:43 +02:00

59 lines
845 B
C++

#include "dunebuggy.h"
#include "decomp.h"
DECOMP_SIZE_ASSERT(DuneBuggy, 0x16c)
// FUNCTION: LEGO1 0x10067bb0
DuneBuggy::DuneBuggy()
{
this->m_maxLinearVel = 25.0;
this->m_unk0x164 = 1.0;
}
// STUB: LEGO1 0x10067e30
MxResult DuneBuggy::Create(MxDSAction& p_dsAction)
{
// TODO
return SUCCESS;
}
// STUB: LEGO1 0x10067ec0
void DuneBuggy::VTable0x70(float p_float)
{
// TODO
}
// STUB: LEGO1 0x10067fa0
void DuneBuggy::Exit()
{
// TODO
}
// STUB: LEGO1 0x10068060
MxLong DuneBuggy::HandleClick()
{
// TODO
return 0;
}
// STUB: LEGO1 0x100681b0
MxLong DuneBuggy::HandleControl(LegoControlManagerEvent& p_param)
{
// TODO
return 0;
}
// STUB: LEGO1 0x10068270
MxLong DuneBuggy::HandleNotification19(MxType19NotificationParam& p_param)
{
// TODO
return 0;
}
// STUB: LEGO1 0x10068350
void DuneBuggy::FUN_10068350()
{
// TODO
}