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