mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 11:11:16 +00:00
12 lines
207 B
C++
12 lines
207 B
C++
#ifndef MXLOOPINGMIDIPRESENTER_H
|
|
#define MXLOOPINGMIDIPRESENTER_H
|
|
|
|
#include "mxmidipresenter.h"
|
|
|
|
class MxLoopingMIDIPresenter : public MxMIDIPresenter
|
|
{
|
|
// SIZE 0x58
|
|
};
|
|
|
|
#endif // MXLOOPINGMIDIPRESENTER_H
|