summaryrefslogtreecommitdiffstats
path: root/src/control/Population.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-09-12 10:08:15 +0200
committerGitHub <noreply@github.com>2019-09-12 10:08:15 +0200
commit4299e307d606da8c40a4d28c08628ff0da54a6d8 (patch)
tree790c66ed4088dc8b4bb7071dd40e6f03750819ec /src/control/Population.h
parentMerge pull request #203 from Nick007J/master (diff)
parentWorld and Peds (diff)
downloadre3-4299e307d606da8c40a4d28c08628ff0da54a6d8.tar
re3-4299e307d606da8c40a4d28c08628ff0da54a6d8.tar.gz
re3-4299e307d606da8c40a4d28c08628ff0da54a6d8.tar.bz2
re3-4299e307d606da8c40a4d28c08628ff0da54a6d8.tar.lz
re3-4299e307d606da8c40a4d28c08628ff0da54a6d8.tar.xz
re3-4299e307d606da8c40a4d28c08628ff0da54a6d8.tar.zst
re3-4299e307d606da8c40a4d28c08628ff0da54a6d8.zip
Diffstat (limited to 'src/control/Population.h')
-rw-r--r--src/control/Population.h1
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);
};