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