mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-12-20 12:52:24 -05:00
8069923651
* Rename LegoUnkSaveDataWriter -> LegoCharacterManager * Refactor mxomni into mxomni/mxmisc * Refactor legoomni into legoomni/misc * Resolve deps * Refactor atom * Refactor mxutil * Refactor mxio * Rename/relocate files * Fix format
32 lines
449 B
C++
32 lines
449 B
C++
#include "bumpbouy.h"
|
|
|
|
// STUB: LEGO1 0x1000fd00
|
|
void BumpBouy::ParseAction(char*)
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x1000fd10
|
|
void BumpBouy::SetWorldSpeed(MxFloat p_worldSpeed)
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x1000fd20
|
|
void BumpBouy::VTable0x70(float p_float)
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x1000fd30
|
|
void BumpBouy::VTable0x74(Matrix4& p_transform)
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x100274d0
|
|
MxLong BumpBouy::Notify(MxParam& p_param)
|
|
{
|
|
// TODO
|
|
return 0;
|
|
}
|