mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 23:48:12 -05:00
12 lines
187 B
C
12 lines
187 B
C
|
#ifndef MXMIDIPRESENTER_H
|
||
|
#define MXMIDIPRESENTER_H
|
||
|
|
||
|
#include "mxmusicpresenter.h"
|
||
|
|
||
|
// VTABLE 0x100dca20
|
||
|
class MxMIDIPresenter : public MxMusicPresenter
|
||
|
{
|
||
|
};
|
||
|
|
||
|
#endif // MXMIDIPRESENTER_H
|