mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 19:21:15 +00:00
13 lines
212 B
C++
13 lines
212 B
C++
#ifndef MXMUSICPRESENTER_H
|
|
#define MXMUSICPRESENTER_H
|
|
|
|
#include "mxaudiopresenter.h"
|
|
|
|
class MxMusicPresenter : public MxAudioPresenter
|
|
{
|
|
public:
|
|
MxMusicPresenter();
|
|
};
|
|
|
|
#endif // MXMUSICPRESENTER_H
|