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

11 lines
119 B
C++

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