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

11 lines
127 B
C++

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