mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-14 20:21:16 +00:00
18 lines
273 B
C++
18 lines
273 B
C++
#ifndef LEGOANIMPRESENTER_H
|
|
#define LEGOANIMPRESENTER_H
|
|
|
|
#include "mxvideopresenter.h"
|
|
|
|
class LegoAnimPresenter : public MxVideoPresenter
|
|
{
|
|
public:
|
|
LegoAnimPresenter();
|
|
|
|
private:
|
|
void Init();
|
|
|
|
// VTABLE 0x100d90c8
|
|
};
|
|
|
|
#endif // LEGOANIMPRESENTER_H
|