mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-16 13:01:16 +00:00
14 lines
251 B
C++
14 lines
251 B
C++
#ifndef HOSPITALENTITY_H
|
|
#define HOSPITALENTITY_H
|
|
|
|
#include "buildingentity.h"
|
|
|
|
class HospitalEntity : public BuildingEntity
|
|
{
|
|
virtual int FUN_10015270(); // Return is unknown 4-byte value
|
|
|
|
// SIZE 0x68
|
|
};
|
|
|
|
#endif // HOSPITALENTITY_H
|