mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 15:21:15 +00:00
17 lines
262 B
C++
17 lines
262 B
C++
#ifndef MXMIDIPRESENTER_H
|
|
#define MXMIDIPRESENTER_H
|
|
|
|
#include "mxmusicpresenter.h"
|
|
|
|
// VTABLE 0x100dca20
|
|
class MxMIDIPresenter : public MxMusicPresenter
|
|
{
|
|
public:
|
|
MxMIDIPresenter();
|
|
private:
|
|
void Init();
|
|
undefined4 m_unk54;
|
|
};
|
|
|
|
#endif // MXMIDIPRESENTER_H
|