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