mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-14 12:11:15 +00:00
16 lines
228 B
C++
16 lines
228 B
C++
#ifndef HOSPITALSTATE_H
|
|
#define HOSPITALSTATE_H
|
|
|
|
#include "legostate.h"
|
|
|
|
class HospitalState : public LegoState
|
|
{
|
|
public:
|
|
HospitalState();
|
|
|
|
// VTABLE 0x100d97a0
|
|
// SIZE 0x18
|
|
};
|
|
|
|
#endif // HOSPITALSTATE_H
|