#ifndef RACESTATE_H #define RACESTATE_H #include "legostate.h" class RaceState : public LegoState { public: RaceState(); }; #endif // RACESTATE_H