aboutsummaryrefslogtreecommitdiff
path: root/backend/ArmorObject.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-30 12:24:43 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-30 12:24:43 +0100
commitb1d5d7936bed17a684daff15b0294ef70754e8b9 (patch)
tree85ee543a15b42c7f854e4ce403bcff3dff5a3bd4 /backend/ArmorObject.h
parent991c9aac53fa3562b0fdc03d74b398052b207d2c (diff)
more more WIP
Diffstat (limited to 'backend/ArmorObject.h')
-rw-r--r--backend/ArmorObject.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/backend/ArmorObject.h b/backend/ArmorObject.h
index 112997b..a476740 100644
--- a/backend/ArmorObject.h
+++ b/backend/ArmorObject.h
@@ -5,6 +5,9 @@
class ArmorObject : public Object {
using Object::Object;
+public:
+ void set_protection(int protection);
+
private:
int protection = 0;