diff options
Diffstat (limited to '')
-rw-r--r-- | src/control/Population.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/control/Population.h b/src/control/Population.h index 3582ccef..7757a7a6 100644 --- a/src/control/Population.h +++ b/src/control/Population.h @@ -24,4 +24,5 @@ public: static void DealWithZoneChange(eLevelName oldLevel, eLevelName newLevel, bool); static CPed *AddPedInCar(CVehicle *vehicle); static bool IsPointInSafeZone(CVector *coors); + static void RemovePed(CEntity* ent); }; |