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