isle/LEGO1/jukebox.cpp
Joshua Peisach 5d81276aa7
jukebox ctor
2023-12-23 21:48:07 -05:00

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);
}