aboutsummaryrefslogtreecommitdiff
path: root/backend/Player.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-02 20:57:37 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-02 20:57:37 +0100
commitb4507b3601bedcaa599673b9f9083d1574132157 (patch)
treea25a2f249f3434aa204da2095a26b220de188941 /backend/Player.h
parentc17df7d3e28e0eeb21f7a62d1c66f525b487a5fa (diff)
more fixes
Diffstat (limited to 'backend/Player.h')
-rw-r--r--backend/Player.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/Player.h b/backend/Player.h
index bf9815c..8090063 100644
--- a/backend/Player.h
+++ b/backend/Player.h
@@ -39,6 +39,7 @@ public:
void set_location(Location &);
void equip(WeaponObject *);
void equip(ArmorObject *);
+ void equip(Object *);
bool is_dead() const;
private: