OSDN Git Service

[Refactor] #40413 Separated angband-files.c/h from util.c/h
[hengband/hengband.git] / src / autopick / autopick-entry.h
1 #pragma once
2
3 #include "system/angband.h"
4 #include "autopick/autopick-util.h"
5
6 bool autopick_new_entry(autopick_type *entry, concptr str, bool allow_default);
7 void autopick_entry_from_object(player_type *player_ptr, autopick_type *entry, object_type *o_ptr);
8 concptr autopick_line_from_entry(autopick_type *entry);
9 concptr autopick_line_from_entry_kill(autopick_type *entry);
10 bool entry_from_choosed_object(player_type *player_ptr, autopick_type *entry);