diff options
| author | eray orçunus <erayorcunus@gmail.com> | 2019-12-02 23:02:32 +0300 |
|---|---|---|
| committer | eray orçunus <erayorcunus@gmail.com> | 2019-12-06 00:55:23 +0300 |
| commit | dad7782ff0be00775f99ad54c656e58b39190b47 (patch) | |
| tree | e3c8c7402ac4e7403e904d4de9cf43c22b4b0e83 /src/weapons/ProjectileInfo.h | |
| parent | Merge pull request #278 from Fire-Head/master (diff) | |
| download | re3-dad7782ff0be00775f99ad54c656e58b39190b47.tar.gz | |
CPhone, CPlayerInfo, CFire, CWorld
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 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 |
