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