#ifndef ACT1STATE_H #define ACT1STATE_H #include "legostate.h" class Act1State : public LegoState { }; #endif // ACT1STATE_H