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