isle-portable/LEGO1/mxwavepresenter.h

17 lines
235 B
C
Raw Normal View History

#ifndef MXWAVEPRESENTER_H
#define MXWAVEPRESENTER_H
#include "mxsoundpresenter.h"
// VTABLE 0x100d49a8
// SIZE 0x6c
class MxWavePresenter : public MxSoundPresenter
{
private:
void Init();
public:
};
#endif // MXWAVEPRESENTER_H