#ifndef POLICESTATE_H #define POLICESTATE_H #include "legostate.h" class PoliceState : public LegoState { public: PoliceState(); // VTABLE 0x100d8af0 // SIZE 0x10 }; #endif // POLICESTATE_H