mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 03:31:15 +00: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
|