summaryrefslogtreecommitdiff
path: root/src/monster_type.cc
blob: 5731e43084324c0eb63d4888e0eb5b7825fb4f6c (plain)
1
2
3
4
5
6
7
8
#include "monster_type_fwd.hpp"
#include "monster_type.hpp"
#include "monster2.hpp"

std::shared_ptr<monster_race> monster_type::race() const
{
	return race_info_idx(r_idx, ego);
}