isle/LEGO1/legolocomotionanimpresenter.h

18 lines
322 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