mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 11:41:15 +00: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
|