2023-06-29 04:10:08 -04:00
|
|
|
#include "legojetski.h"
|
2024-01-20 18:04:46 -05:00
|
|
|
|
|
|
|
// STUB: LEGO1 0x10013e70
|
|
|
|
MxLong LegoJetski::Notify(MxParam& p_param)
|
|
|
|
{
|
|
|
|
// TODO
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
// STUB: LEGO1 0x10014110
|
|
|
|
void LegoJetski::ParseAction(char*)
|
|
|
|
{
|
|
|
|
// TODO
|
|
|
|
}
|
|
|
|
|
|
|
|
// STUB: LEGO1 0x10014120
|
|
|
|
void LegoJetski::SetWorldSpeed(MxFloat p_worldSpeed)
|
|
|
|
{
|
|
|
|
// TODO
|
|
|
|
}
|
|
|
|
|
|
|
|
// STUB: LEGO1 0x10014140
|
|
|
|
void LegoJetski::VTable0x6c()
|
|
|
|
{
|
|
|
|
// TODO
|
|
|
|
}
|
|
|
|
|
|
|
|
// STUB: LEGO1 0x10014180
|
|
|
|
void LegoJetski::VTable0x70(float p_float)
|
|
|
|
{
|
|
|
|
// TODO
|
|
|
|
}
|
|
|
|
|
|
|
|
// STUB: LEGO1 0x100141b0
|
|
|
|
MxS32 LegoJetski::VTable0x94()
|
|
|
|
{
|
|
|
|
// TODO
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
// STUB: LEGO1 0x100141c0
|
|
|
|
void LegoJetski::VTable0x98()
|
|
|
|
{
|
|
|
|
// TODO
|
|
|
|
}
|
|
|
|
|
|
|
|
// STUB: LEGO1 0x10014200
|
|
|
|
void LegoJetski::VTable0x9c()
|
|
|
|
{
|
|
|
|
// TODO
|
|
|
|
}
|