mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 11:11:16 +00:00
18 lines
351 B
C++
18 lines
351 B
C++
#ifndef MXWAVEPRESENTER_H
|
|
#define MXWAVEPRESENTER_H
|
|
|
|
#include "mxsoundpresenter.h"
|
|
|
|
class MxWavePresenter : public MxSoundPresenter
|
|
{
|
|
private:
|
|
void Init();
|
|
|
|
virtual void FUN_100b2300(int param_1);
|
|
virtual void FUN_100b2440(int param_1);
|
|
virtual void FUN_100b2470(int param_1);
|
|
// SIZE 0x6c
|
|
};
|
|
|
|
#endif // MXWAVEPRESENTER_H
|