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 | some not fully tested stuff (diff) | |
| parent | making particleobject compile on vs2015 (diff) | |
| download | re3-5b0cf80a76e49cee88e796bb8c4b53fd3ca8f3c5.tar.gz | |
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 |
