mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 03:31:15 +00:00
13 lines
210 B
C++
13 lines
210 B
C++
#ifndef LEGOWAVEPRESENTER_H
|
|
#define LEGOWAVEPRESENTER_H
|
|
|
|
#include "mxsoundpresenter.h"
|
|
|
|
class LegoWavePresenter : public MxSoundPresenter
|
|
{
|
|
private:
|
|
void Init();
|
|
};
|
|
|
|
#endif // LEGOWAVEPRESENTER_H
|