isle/LEGO1/mxloopingmidipresenter.h
2023-06-23 17:18:53 -07:00

11 lines
175 B
C++

#ifndef MXLOOPINGMIDIPRESENTER_H
#define MXLOOPINGMIDIPRESENTER_H
class MxLoopingMIDIPresenter
{
public:
const char* GetClassName();
};
#endif // MXLOOPINGMIDIPRESENTER_H