diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-03-29 17:26:23 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-03-29 18:02:26 +0200 |
commit | a3b519ea6420ea6fb7fbd35cd25fbc329fab5086 (patch) | |
tree | 02ce17141daf511a93118c65889b5832032e0d16 /src/core/World.h | |
parent | Limit frontend FPS to 100 (diff) | |
download | re3-a3b519ea6420ea6fb7fbd35cd25fbc329fab5086.tar re3-a3b519ea6420ea6fb7fbd35cd25fbc329fab5086.tar.gz re3-a3b519ea6420ea6fb7fbd35cd25fbc329fab5086.tar.bz2 re3-a3b519ea6420ea6fb7fbd35cd25fbc329fab5086.tar.lz re3-a3b519ea6420ea6fb7fbd35cd25fbc329fab5086.tar.xz re3-a3b519ea6420ea6fb7fbd35cd25fbc329fab5086.tar.zst re3-a3b519ea6420ea6fb7fbd35cd25fbc329fab5086.zip |
Diffstat (limited to 'src/core/World.h')
-rw-r--r-- | src/core/World.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/World.h b/src/core/World.h index 4b19e629..68149ab7 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(); |