summaryrefslogtreecommitdiffstats
path: root/src/core/World.h
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2019-10-30 01:20:15 +0100
committerGitHub <noreply@github.com>2019-10-30 01:20:15 +0100
commit34090ab4d6c0d23d3955e8f85d8d97a2887af838 (patch)
tree7aaf5fd5359ad3f93ee2ee6e194d507c1d87c64a /src/core/World.h
parentCRadar::Initialise() + fixes (diff)
parentfix pager build (diff)
downloadre3-34090ab4d6c0d23d3955e8f85d8d97a2887af838.tar
re3-34090ab4d6c0d23d3955e8f85d8d97a2887af838.tar.gz
re3-34090ab4d6c0d23d3955e8f85d8d97a2887af838.tar.bz2
re3-34090ab4d6c0d23d3955e8f85d8d97a2887af838.tar.lz
re3-34090ab4d6c0d23d3955e8f85d8d97a2887af838.tar.xz
re3-34090ab4d6c0d23d3955e8f85d8d97a2887af838.tar.zst
re3-34090ab4d6c0d23d3955e8f85d8d97a2887af838.zip
Diffstat (limited to 'src/core/World.h')
-rw-r--r--src/core/World.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/World.h b/src/core/World.h
index a1aa0376..3b04403e 100644
--- a/src/core/World.h
+++ b/src/core/World.h
@@ -120,6 +120,8 @@ public:
static void RemoveFallenPeds();
static void RemoveFallenCars();
+ static void StopAllLawEnforcersInTheirTracks();
+
static void Initialise();
static void ShutDown();
static void RepositionCertainDynamicObjects();