#ifndef CARRACESTATE_H #define CARRACESTATE_H #include "racestate.h" class CarRaceState : public RaceState { }; #endif // CARRACESTATE_H