isle/LEGO1/policeentity.h
Cydra 068e37040a Created a bunch more classes and added more information to exisiting ones
Did not error check, this was pushed just for reference
2023-06-21 14:24:59 +02:00

15 lines
269 B
C++

#ifndef POLICEENTITY_H
#define POLICEENTITY_H
#include "buildingentity.h"
class PoliceEntity : public BuildingEntity
{
virtual int FUN_10015310(); // Return is undefined 4-byte value
// VTABLE 0x100d4ab0
// SIZE 0x68
};
#endif // POLICEENTITY_H