mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 19:51:16 +00:00
17 lines
307 B
C++
17 lines
307 B
C++
#ifndef LEGOHIDEANIMPRESENTER_H
|
|
#define LEGOHIDEANIMPRESENTER_H
|
|
|
|
#include "legoloopinganimpresenter.h"
|
|
|
|
class LegoHideAnimPresenter : public LegoLoopingAnimPresenter
|
|
{
|
|
public:
|
|
LegoHideAnimPresenter();
|
|
|
|
private:
|
|
void Init();
|
|
|
|
// VTABLE 0x100d9278
|
|
};
|
|
|
|
#endif // LEGOHIDEANIMPRESENTER_H
|