mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 19:21:15 +00:00
15 lines
222 B
C++
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
|