isle/LEGO1/policeentity.h

19 lines
307 B
C++

#ifndef POLICEENTITY_H
#define POLICEENTITY_H
#include "buildingentity.h"
#ifndef undefined4
#define undefined4 int
#endif
class PoliceEntity : public BuildingEntity
{
virtual undefined4 VTable0x50(); // vtable+0x50
// VTABLE 0x100d4ab0
// SIZE 0x68
};
#endif // POLICEENTITY_H