mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 11:11:16 +00:00
11 lines
166 B
C++
11 lines
166 B
C++
#ifndef MXMIDIPRESENTER_H
|
|
#define MXMIDIPRESENTER_H
|
|
|
|
#include "mxmusicpresenter.h"
|
|
|
|
class MxMIDIPresenter : public MxMusicPresenter
|
|
{
|
|
};
|
|
|
|
#endif // MXMIDIPRESENTER_H
|