mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 11:41:15 +00:00
12 lines
210 B
C++
12 lines
210 B
C++
#ifndef LEGO3DWAVEPRESENTER_H
|
|
#define LEGO3DWAVEPRESENTER_H
|
|
|
|
#include "legowavepresenter.h"
|
|
|
|
class Lego3DWavePresenter : public LegoWavePresenter
|
|
{
|
|
// SIZE 0xa0
|
|
};
|
|
|
|
#endif // LEGO3DWAVEPRESENTER_H
|