From 80453d3f4ddc13f8458e14353c318a69cfe10518 Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Wed, 1 Jan 2020 02:35:54 +0300 Subject: some not fully tested stuff --- src/weapons/ProjectileInfo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/weapons/ProjectileInfo.h') diff --git a/src/weapons/ProjectileInfo.h b/src/weapons/ProjectileInfo.h index f4753b28..06ead482 100644 --- a/src/weapons/ProjectileInfo.h +++ b/src/weapons/ProjectileInfo.h @@ -6,4 +6,5 @@ class CProjectileInfo { public: static bool RemoveIfThisIsAProjectile(CObject *pObject); + static bool IsProjectileInRange(float x1, float x2, float y1, float y2, float z1, float z2, bool remove); }; \ No newline at end of file -- cgit v1.2.3