aboutsummaryrefslogtreecommitdiff
path: root/backend/WeaponObject.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-31 21:40:55 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-31 21:40:55 +0100
commitd7012045bb61f117fb7b9c51ddd03e4c54f25fe6 (patch)
tree28cadae7a828865aa4bd13f62fb83f81c600b063 /backend/WeaponObject.h
parent82dcf9e2dd3596b28ef846f4a217dc19c21cf781 (diff)
more more more more WIP
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: