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

15 lines
205 B
C++

#ifndef ANIMSTATE_H
#define ANIMSTATE_H
#include "legostate.h"
class AnimState : public LegoState
{
public:
AnimState();
// VTABLE 0x100d8d80
// SIZE 0x1c
};
#endif // ANIMSTATE_H