OSDN Git Service

[Fix] #40945 Resolved the issue that out-of-array access occurs when an item was...
[hengband/hengband.git] / src / autopick / autopick-editor-util.h
1 #pragma once
2
3 #include "autopick/autopick-util.h"
4 #include "system/angband.h"
5
6 void toggle_keyword(text_body_type *tb, BIT_FLAGS flg);
7 void toggle_command_letter(text_body_type *tb, byte flg);
8 void add_keyword(text_body_type *tb, BIT_FLAGS flg);
9 bool add_empty_line(text_body_type *tb);
10 void kill_yank_chain(text_body_type *tb);
11 void add_str_to_yank(text_body_type *tb, concptr str);
12 void copy_text_to_yank(text_body_type *tb);