isle/LEGO1/mxwavepresenter.h
2023-06-20 22:11:14 +02:00

15 lines
222 B
C++

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