OSDN Git Service

[Refactor] #39964 Separated autopick-editor-util.c/h from autopick.c
[hengband/hengband.git] / src / autopick / autopick-editor-util.h
1 #pragma once
2
3 void toggle_keyword(text_body_type *tb, BIT_FLAGS flg);
4 void toggle_command_letter(text_body_type *tb, byte flg);
5 void add_keyword(text_body_type *tb, BIT_FLAGS flg);
6 bool add_empty_line(text_body_type *tb);
7 void kill_yank_chain(text_body_type *tb);
8 void add_str_to_yank(text_body_type *tb, concptr str);
9 void copy_text_to_yank(text_body_type *tb);