aboutsummaryrefslogtreecommitdiff
path: root/backend/WeaponObject.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-30 19:59:38 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-30 19:59:38 +0100
commit6e1d62955c7a7f39bc9126d709a42a70e02a1d30 (patch)
treec2505409c68d554b1e776cdb0c8104af54d375bf /backend/WeaponObject.h
parentc1d43cddee94dd370078f755d33147c9a8181852 (diff)
create backend string class
Diffstat (limited to 'backend/WeaponObject.h')
-rw-r--r--backend/WeaponObject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/WeaponObject.h b/backend/WeaponObject.h
index d4cfa7a..e1347ec 100644
--- a/backend/WeaponObject.h
+++ b/backend/WeaponObject.h
@@ -8,6 +8,7 @@ class WeaponObject : public Object {
public:
void set_damage_min(int damage_min);
void set_damage_max(int damage_max);
+ virtual const String & get_displayname() const;
private:
int damage_min;