From 4e266c0e8f0b49cb39f3f2c3bc43d0bc09cc3aca Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Wed, 5 Jan 2022 21:42:26 +0100 Subject: reload works --- src/weapon.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/weapon.hpp') 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_ -- cgit v1.2.3