isle/LEGO1/hospitalstate.h
2023-06-23 17:18:53 -07:00

11 lines
139 B
C++

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