isle/LEGO1/carrace.h
2023-06-23 17:18:53 -07:00

11 lines
115 B
C++

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