OSDN Git Service

[Refactor] #3230 PlayerType::update に関わる処理を、RedrawingFlagsUpdaterに集約した
[hengbandforosx/hengbandosx.git] / src / autopick / autopick-editor-util.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 struct text_body_type;
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);