mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-12-20 21:02:28 -05:00
c47206617d
* Reorganize sources * Refactor * Remove relative paths * Renames * Fix gitignore * Remove stuff * Try fixing format script * Fix format * Fix format * Fix naming script * Test format * Fix format
18 lines
338 B
C++
18 lines
338 B
C++
#include "skateboard.h"
|
|
|
|
#include "decomp.h"
|
|
#include "mxnotificationmanager.h"
|
|
#include "mxomni.h"
|
|
|
|
DECOMP_SIZE_ASSERT(SkateBoard, 0x168);
|
|
|
|
// FUNCTION: LEGO1 0x1000fd40
|
|
SkateBoard::SkateBoard()
|
|
{
|
|
this->m_unk0x160 = 0;
|
|
this->m_unk0x13c = 15.0;
|
|
this->m_unk0x150 = 3.5;
|
|
this->m_unk0x148 = 1;
|
|
|
|
NotificationManager()->Register(this);
|
|
}
|