mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-23 07:58:21 -05:00
14 lines
185 B
C
14 lines
185 B
C
|
#ifndef POLICEENTITY_H
|
||
|
#define POLICEENTITY_H
|
||
|
|
||
|
#include "buildingentity.h"
|
||
|
|
||
|
// VTABLE 0x100d4ab0
|
||
|
// SIZE 0x68
|
||
|
class PoliceEntity : public BuildingEntity
|
||
|
{
|
||
|
|
||
|
};
|
||
|
|
||
|
#endif // POLICEENTITY_H
|