mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-23 08:08:03 -05:00
12 lines
No EOL
172 B
C++
12 lines
No EOL
172 B
C++
#include "mxmusicpresenter.h"
|
|
|
|
// OFFSET: LEGO1 0x100c22c0
|
|
MxMusicPresenter::MxMusicPresenter()
|
|
{
|
|
Init();
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100c2540
|
|
void MxMusicPresenter::Init()
|
|
{
|
|
} |