From d554cb39a2f1ec97dd214a5dd200ae5f03cf616d Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Sat, 2 Nov 2024 21:10:27 +0100 Subject: cleanup --- backend/Player.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backend/Player.h') 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; -- cgit v1.2.3