OSDN Git Service

Merge branch 'develop' into macos-develop
[hengbandforosx/hengbandosx.git] / src / flavor / tval-description-switcher.h
1 #pragma once
2
3 #include <string>
4 #include <utility>
5
6 class ItemEntity;
7 struct describe_option_type;
8 std::pair<std::string, std::string> switch_tval_description(const ItemEntity &item, const describe_option_type &opt);