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