OSDN Git Service

[Refactor] #40014 Separated display-monster-status.c/h from monster1.c/h
[hengband/hengband.git] / src / view / display-monster-status.h
1 #pragma once
2
3 #include "system/angband.h"
4 #include "system/monster-type-definition.h"
5
6 concptr look_mon_desc(monster_type *m_ptr, BIT_FLAGS mode);