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