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