OSDN Git Service

[Refactor] ボール系魔法のコピペを低減
[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);