From b69222e017560efb8abcff899a328e2879d271c7 Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Sun, 25 Jul 2021 11:58:03 +0300 Subject: friggin the riggin --- src/core/World.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/World.h') diff --git a/src/core/World.h b/src/core/World.h index c90bb3a1..8da080b5 100644 --- a/src/core/World.h +++ b/src/core/World.h @@ -155,6 +155,7 @@ public: static void TriggerExplosion(const CVector& position, float fRadius, float fPower, CEntity* pCreator, bool bProcessVehicleBombTimer); static void TriggerExplosionSectorList(CPtrList& list, const CVector& position, float fRadius, float fPower, CEntity* pCreator, bool bProcessVehicleBombTimer); static void UseDetonator(CEntity *pEntity); + static void CheckObjectsEffectedByFire(float, float, float, float, CEntity*); // NB: following functions are unused (TODO?) static void CastShadow(float, float, float, float); -- cgit v1.2.3