mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-16 20:31:16 +00:00
22 lines
266 B
C++
22 lines
266 B
C++
#include "bumpbouy.h"
|
|
|
|
DECOMP_SIZE_ASSERT(BumpBouy, 0x174)
|
|
|
|
// STUB: LEGO1 0x10027220
|
|
BumpBouy::BumpBouy()
|
|
{
|
|
}
|
|
|
|
// STUB: LEGO1 0x10027360
|
|
BumpBouy::~BumpBouy()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// STUB: LEGO1 0x10027400
|
|
MxLong BumpBouy::Notify(MxParam& p_param)
|
|
{
|
|
// TODO
|
|
return 0;
|
|
}
|