mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 23:48:12 -05:00
17 lines
235 B
C
17 lines
235 B
C
|
#ifndef MXWAVEPRESENTER_H
|
||
|
#define MXWAVEPRESENTER_H
|
||
|
|
||
|
#include "mxsoundpresenter.h"
|
||
|
|
||
|
// VTABLE 0x100d49a8
|
||
|
// SIZE 0x6c
|
||
|
class MxWavePresenter : public MxSoundPresenter
|
||
|
{
|
||
|
private:
|
||
|
void Init();
|
||
|
|
||
|
public:
|
||
|
};
|
||
|
|
||
|
#endif // MXWAVEPRESENTER_H
|