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

11 lines
151 B
C++

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