mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 23:48:12 -05:00
14 lines
221 B
C
14 lines
221 B
C
|
#ifndef MXMUSICPRESENTER_H
|
||
|
#define MXMUSICPRESENTER_H
|
||
|
|
||
|
#include "mxaudiopresenter.h"
|
||
|
|
||
|
// VTABLE 0x100dc9b8
|
||
|
class MxMusicPresenter : public MxAudioPresenter
|
||
|
{
|
||
|
public:
|
||
|
MxMusicPresenter();
|
||
|
};
|
||
|
|
||
|
#endif // MXMUSICPRESENTER_H
|