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

11 lines
139 B
C++

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