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