diff options
author | erorcun <erayorcunus@gmail.com> | 2020-05-15 21:30:57 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-15 21:30:57 +0300 |
commit | 8ff72f0728acbba293580042135f43268fa340fe (patch) | |
tree | 23cb65ca52efe5e964423ee50eff0e60ce8e155a /src/weapons/Weapon.h | |
parent | 1fde2ba468ee88764620b8d01740e9504106c897 (diff) | |
parent | acd1ea9909da281acea6af8f0775e456a67d4a4a (diff) |
Merge pull request #550 from erorcun/miami
Weapon layer in Peds
Diffstat (limited to 'src/weapons/Weapon.h')
-rw-r--r-- | src/weapons/Weapon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/weapons/Weapon.h b/src/weapons/Weapon.h index 1b2c0320..32322da0 100644 --- a/src/weapons/Weapon.h +++ b/src/weapons/Weapon.h @@ -32,6 +32,7 @@ public: static void UpdateWeapons (void); void Initialise(eWeaponType type, int32 ammo); + void Shutdown(); bool Fire (CEntity *shooter, CVector *fireSource); bool FireFromCar (CAutomobile *shooter, bool left); |