mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-14 04:01:15 +00:00
15 lines
269 B
C++
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
|