#ifndef RACESTATE_H #define RACESTATE_H class RaceState { public: const char* GetClassName(); }; #endif // RACESTATE_H