summaryrefslogtreecommitdiff
path: root/src/weapons/ProjectileInfo.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2019-12-02 23:02:32 +0300
committereray orçunus <erayorcunus@gmail.com>2019-12-06 00:55:23 +0300
commitdad7782ff0be00775f99ad54c656e58b39190b47 (patch)
treee3c8c7402ac4e7403e904d4de9cf43c22b4b0e83 /src/weapons/ProjectileInfo.h
parentMerge pull request #278 from Fire-Head/master (diff)
downloadre3-dad7782ff0be00775f99ad54c656e58b39190b47.tar.gz
CPhone, CPlayerInfo, CFire, CWorld
Diffstat (limited to 'src/weapons/ProjectileInfo.h')
-rw-r--r--src/weapons/ProjectileInfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/weapons/ProjectileInfo.h b/src/weapons/ProjectileInfo.h
index f4753b28..5db57fec 100644
--- a/src/weapons/ProjectileInfo.h
+++ b/src/weapons/ProjectileInfo.h
@@ -6,4 +6,5 @@ class CProjectileInfo
{
public:
static bool RemoveIfThisIsAProjectile(CObject *pObject);
+ static void RemoveAllProjectiles(void);
}; \ No newline at end of file