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