mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 11:11:16 +00:00
21 lines
425 B
C++
21 lines
425 B
C++
#ifndef MXWAVEPRESENTER_H
|
|
#define MXWAVEPRESENTER_H
|
|
|
|
#include "mxsoundpresenter.h"
|
|
|
|
class MxWavePresenter : public MxSoundPresenter
|
|
{
|
|
private:
|
|
void Init();
|
|
|
|
public:
|
|
virtual void VTable0x60(int param_1); // vtable+0x60
|
|
virtual void VTable0x64(int param_1); // vtable+0x64
|
|
virtual void VTable0x68(int param_1); // vtable+0x68
|
|
|
|
// VTABLE 0x100d49a8
|
|
// SIZE 0x6c
|
|
};
|
|
|
|
#endif // MXWAVEPRESENTER_H
|