OSDN Git Service

Merge pull request #2199 from sikabane-works/feature/refactor-wiz_kill_me
[hengbandforosx/hengbandosx.git] / src / flavor / flavor-describer.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 class ObjectType;
6 class PlayerType;
7 void describe_flavor(PlayerType *player_ptr, char *buf, ObjectType *o_ptr, BIT_FLAGS mode);