#ifndef ACTLSTATE_H #define ACTLSTATE_H #include "legostate.h" class ActlState : public LegoState { public: ActlState(); // SIZE 0x26c }; #endif // ACTLSTATE_H