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