#include "sword.hpp" auto Sword::get_strength() const noexcept -> int { return _strength; }