OSDN Git Service

Merge pull request #1192 from hengband/feature/3.0.0Alpha26
[hengbandforosx/hengbandosx.git] / src / autopick / autopick-inserter-killer.h
1 #pragma once
2
3 typedef struct text_body_type text_body_type;
4 void check_expression_line(text_body_type *tb, int y);
5 bool can_insert_line(text_body_type *tb, int add_num = 1);
6 bool insert_return_code(text_body_type *tb);
7 bool insert_macro_line(text_body_type *tb);
8 bool insert_keymap_line(text_body_type *tb);
9 void insert_single_letter(text_body_type *tb, int key);
10 void kill_line_segment(text_body_type *tb, int y, int x0, int x1, bool whole);