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

11 lines
143 B
C++

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