OSDN Git Service

Merge branch 'master' of https://github.com/hengband/hengband
[hengbandforosx/hengbandosx.git] / src / flavor / flavor-describer.h
1 #pragma once
2
3 #include "system/angband.h"
4 #include <string_view>
5
6 class ItemEntity;
7 class PlayerType;
8 std::string describe_flavor(PlayerType *player_ptr, const ItemEntity *o_ptr, const BIT_FLAGS mode, const size_t max_length = std::string_view::npos);