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

11 lines
123 B
C++

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