summaryrefslogtreecommitdiff
path: root/src/core/World.h
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2020-03-29 19:03:59 +0300
committerGitHub <noreply@github.com>2020-03-29 19:03:59 +0300
commit6704a62b32ac989121b9ba77838d9366051d1e61 (patch)
tree33289907884539caba07c67b26e0988c65f26a27 /src/core/World.h
parent0cbdca632fae35923d585cd791d8d8b84c93103e (diff)
parenta3b519ea6420ea6fb7fbd35cd25fbc329fab5086 (diff)
Merge pull request #369 from erorcun/erorcun
CShotInfo, CWanted done, Frontend fix
Diffstat (limited to 'src/core/World.h')
-rw-r--r--src/core/World.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/World.h b/src/core/World.h
index 461c72e6..c9d57ab7 100644
--- a/src/core/World.h
+++ b/src/core/World.h
@@ -130,6 +130,7 @@ public:
static void StopAllLawEnforcersInTheirTracks();
static void SetAllCarsCanBeDamaged(bool);
static void ExtinguishAllCarFiresInArea(CVector, float);
+ static void SetCarsOnFire(float, float, float, float, CEntity*);
static void Initialise();
static void AddParticles();