mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
Isle & Radio constructors (#330)
This commit is contained in:
@@ -1,7 +1,27 @@
|
||||
#include "isle.h"
|
||||
|
||||
// STUB: LEGO1 0x10030820
|
||||
#include "legoomni.h"
|
||||
#include "mxnotificationmanager.h"
|
||||
|
||||
DECOMP_SIZE_ASSERT(Isle, 0x140);
|
||||
|
||||
// FUNCTION: LEGO1 0x10030820
|
||||
Isle::Isle()
|
||||
{
|
||||
// TODO
|
||||
m_unk0xfc = 0;
|
||||
m_unk0x100 = 0;
|
||||
m_unk0x104 = 0;
|
||||
m_unk0x108 = 0;
|
||||
m_unk0x10c = 0;
|
||||
m_unk0x110 = 0;
|
||||
m_unk0x114 = 0;
|
||||
m_unk0x118 = 0;
|
||||
m_unk0x11c = 0;
|
||||
m_unk0x120 = 0;
|
||||
m_unk0x124 = 0;
|
||||
m_unk0x128 = 0;
|
||||
m_unk0xf8 = 0;
|
||||
m_unk0x13c = 0;
|
||||
|
||||
NotificationManager()->Register(this);
|
||||
}
|
||||
|
Reference in New Issue
Block a user