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