isle/LEGO1/mxmusicpresenter.h

14 lines
221 B
C
Raw Normal View History

#ifndef MXMUSICPRESENTER_H
#define MXMUSICPRESENTER_H
#include "mxaudiopresenter.h"
// VTABLE 0x100dc9b8
class MxMusicPresenter : public MxAudioPresenter
{
public:
MxMusicPresenter();
};
#endif // MXMUSICPRESENTER_H