aboutsummaryrefslogtreecommitdiff
path: root/backend/Player.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-02 21:10:27 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-02 21:10:27 +0100
commitd554cb39a2f1ec97dd214a5dd200ae5f03cf616d (patch)
treeba52e12e1791592ee7634b6a3e190d9bba950860 /backend/Player.h
parentb4507b3601bedcaa599673b9f9083d1574132157 (diff)
cleanup
Diffstat (limited to 'backend/Player.h')
-rw-r--r--backend/Player.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/Player.h b/backend/Player.h
index 8090063..e40f889 100644
--- a/backend/Player.h
+++ b/backend/Player.h
@@ -37,8 +37,8 @@ public:
unsigned get_health() const;
Location & get_location() const;
void set_location(Location &);
- void equip(WeaponObject *);
- void equip(ArmorObject *);
+ void equip(WeaponObject *) noexcept;
+ void equip(ArmorObject *) noexcept;
void equip(Object *);
bool is_dead() const;