diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2020-01-01 02:42:00 +0300 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2020-01-01 02:42:00 +0300 |
commit | 5b0cf80a76e49cee88e796bb8c4b53fd3ca8f3c5 (patch) | |
tree | 2e2bca559ef34473733d63a022c74a711c894830 /src/weapons/ProjectileInfo.h | |
parent | 80453d3f4ddc13f8458e14353c318a69cfe10518 (diff) | |
parent | b83adc2cc92c67e3f2e650f003cf1a613e206285 (diff) |
merge with upstream
Diffstat (limited to 'src/weapons/ProjectileInfo.h')
-rw-r--r-- | src/weapons/ProjectileInfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/weapons/ProjectileInfo.h b/src/weapons/ProjectileInfo.h index 06ead482..e1faf028 100644 --- a/src/weapons/ProjectileInfo.h +++ b/src/weapons/ProjectileInfo.h @@ -6,5 +6,6 @@ class CProjectileInfo {
public:
static bool RemoveIfThisIsAProjectile(CObject *pObject);
+ static void RemoveAllProjectiles(void);
static bool IsProjectileInRange(float x1, float x2, float y1, float y2, float z1, float z2, bool remove);
};
\ No newline at end of file |