isle/LEGO1/legolocomotionanimpresenter.h
2023-06-20 22:11:14 +02:00

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