mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
15 lines
236 B
C++
15 lines
236 B
C++
#include "jukebox.h"
|
|
|
|
#include "mxnotificationmanager.h"
|
|
#include "mxomni.h"
|
|
|
|
DECOMP_SIZE_ASSERT(JukeBox, 0x104)
|
|
|
|
// FUNCTION: LEGO1 0x1005d660
|
|
JukeBox::JukeBox()
|
|
{
|
|
m_unk100 = 0;
|
|
m_unkfc = 0;
|
|
NotificationManager()->Register(this);
|
|
}
|