mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 23:48:12 -05:00
17 lines
249 B
C++
17 lines
249 B
C++
|
#include "mxmidipresenter.h"
|
||
|
|
||
|
#include "decomp.h"
|
||
|
|
||
|
DECOMP_SIZE_ASSERT(MxMIDIPresenter, 0x58);
|
||
|
|
||
|
// OFFSET: LEGO1 0x100c25e0
|
||
|
MxMIDIPresenter::MxMIDIPresenter() {
|
||
|
Init();
|
||
|
}
|
||
|
|
||
|
// OFFSET: LEGO1 0x100c2820
|
||
|
void MxMIDIPresenter::Init()
|
||
|
{
|
||
|
m_unk54 = 0;
|
||
|
}
|