OSDN Git Service

[Refactor] #40498 Separated player-update-types.h from player-status.h
[hengband/hengband.git] / src / autopick / autopick-reader-writer.h
1 #pragma once
2
3 #include "system/angband.h"
4 #include "autopick/autopick-util.h"
5
6 void autopick_load_pref(player_type *player_ptr, bool disp_mes);
7 concptr *read_pickpref_text_lines(player_type *player_ptr, int *filename_mode_p);
8 bool write_text_lines(concptr filename, concptr *lines_list);
9 concptr pickpref_filename(player_type *player_ptr, int filename_mode);