aboutsummaryrefslogtreecommitdiff
path: root/backend/WeaponObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/WeaponObject.h')
-rw-r--r--backend/WeaponObject.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/WeaponObject.h b/backend/WeaponObject.h
index e1347ec..5ac4f87 100644
--- a/backend/WeaponObject.h
+++ b/backend/WeaponObject.h
@@ -7,7 +7,9 @@ class WeaponObject : public Object {
public:
void set_damage_min(int damage_min);
+ int get_damage_min() const;
void set_damage_max(int damage_max);
+ int get_damage_max() const;
virtual const String & get_displayname() const;
private: