mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-16 21:11:15 +00:00
19 lines
288 B
C++
19 lines
288 B
C++
#ifndef LEGOPALETTEPRESENTER_H
|
|
#define LEGOPALETTEPRESENTER_H
|
|
|
|
#include "mxvideopresenter.h"
|
|
|
|
class LegoPalettePresenter : public MxVideoPresenter
|
|
{
|
|
public:
|
|
LegoPalettePresenter();
|
|
|
|
private:
|
|
void Init();
|
|
|
|
// VTABLE 0x100d9aa0
|
|
};
|
|
|
|
|
|
#endif // LEGOPALETTEPRESENTER_H
|