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