diff options
Diffstat (limited to 'src/weapon.hpp')
-rw-r--r-- | src/weapon.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/weapon.hpp b/src/weapon.hpp index 61d3ace..902b55f 100644 --- a/src/weapon.hpp +++ b/src/weapon.hpp @@ -18,6 +18,7 @@ class Weapon { unsigned int barrel; unsigned int max; + float const ⦥ unsigned int const &damage; @@ -27,6 +28,8 @@ public: int bang(); void refill(); + + bool empty; }; #endif // WEAPON_H_ |