mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 23:48:12 -05:00
43efcc5253
* jukebox ctor * naming conventions * Fixes --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
14 lines
240 B
C++
14 lines
240 B
C++
#include "jukebox.h"
|
|
|
|
#include "mxnotificationmanager.h"
|
|
#include "mxomni.h"
|
|
|
|
DECOMP_SIZE_ASSERT(JukeBox, 0x104)
|
|
|
|
// FUNCTION: LEGO1 0x1005d660
|
|
JukeBox::JukeBox()
|
|
{
|
|
m_unk0x100 = 0;
|
|
m_unk0xfc = 0;
|
|
NotificationManager()->Register(this);
|
|
}
|