aboutsummaryrefslogtreecommitdiff
path: root/examples/basic/src/sword.cpp
blob: 5d5ec409f848c820aec79c6104601e5a64969d44 (plain)
1
2
3
4
5
6
#include "sword.hpp"

int Sword::get_strength() const noexcept
{
	return _strength;
}