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