From bcb489c3b869fb6c15ee26d511f5042b8ce698ae Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Tue, 4 Jan 2022 16:36:37 +0100 Subject: map read from file --- src/weapon.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/weapon.hpp') diff --git a/src/weapon.hpp b/src/weapon.hpp index 72d719f..9a3f875 100644 --- a/src/weapon.hpp +++ b/src/weapon.hpp @@ -11,7 +11,9 @@ class Weapon { public: - Weapon(); + float const & range; + unsigned int const & damage; + Weapon(float const & rg, unsigned int const & dmg); ~Weapon(); }; -- cgit v1.2.3