OSDN Git Service

Merge pull request #3569 from sikabane-works/release/3.0.0.88-alpha
[hengbandforosx/hengbandosx.git] / src / autopick / autopick-entry.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 struct autopick_type;
6 class ItemEntity;
7 class PlayerType;
8 bool autopick_new_entry(autopick_type *entry, concptr str, bool allow_default);
9 void autopick_entry_from_object(PlayerType *player_ptr, autopick_type *entry, ItemEntity *o_ptr);
10 concptr autopick_line_from_entry(const autopick_type &entry);
11 bool entry_from_choosed_object(PlayerType *player_ptr, autopick_type *entry);