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

11 lines
163 B
C++

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