From 0f1fbf5e9a7477c6fbb7645491598e87ed2e183e Mon Sep 17 00:00:00 2001 From: aap Date: Wed, 17 Jul 2019 13:19:20 +0200 Subject: renamed some variables and added files; more CAutomobile::ProcessControl --- src/control/Population.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/control/Population.h') diff --git a/src/control/Population.h b/src/control/Population.h index e24ace3a..cfa9508f 100644 --- a/src/control/Population.h +++ b/src/control/Population.h @@ -20,4 +20,5 @@ public: static void UpdatePedCount(uint32, bool); static void DealWithZoneChange(eLevelName oldLevel, eLevelName newLevel, bool); static CPed *AddPedInCar(CVehicle *vehicle); + static bool IsPointInSafeZone(CVector *coors); }; -- cgit v1.2.3