OSDN Git Service

[Implement] 一週間以上前のデバッグログの自動削除
[hengband/hengband.git] / src / io / interpret-pref-file.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 #define HISTPREF_LIMIT 1024
6
7 extern char *histpref_buf;
8
9 errr interpret_pref_file(player_type *creature_ptr, char *buf);
10 void add_history_from_pref_line(concptr t);