mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-14 12:11:15 +00:00
17 lines
337 B
C++
17 lines
337 B
C++
#ifndef LEGOLOCOMOTIONANIMPRESENTER_H
|
|
#define LEGOLOCOMOTIONANIMPRESENTER_H
|
|
|
|
#include "legoloopinganimpresenter.h"
|
|
|
|
class LegoLocomotionAnimPresenter : public LegoLoopingAnimPresenter
|
|
{
|
|
public:
|
|
LegoLocomotionAnimPresenter();
|
|
|
|
private:
|
|
void Init();
|
|
|
|
// VTABLE 0x100d9170
|
|
};
|
|
|
|
#endif // LEGOLOCOMOTIONANIMPRESENTER_H
|