OSDN Git Service

[Fix] #40743 Changed si_ptr to self_ptr because si_ptr is duplicated with Debian...
[hengbandforosx/hengbandosx.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);