OSDN Git Service

Merge branch 'master' of git.osdn.net:/gitroot/hengband/hengband
[hengband/hengband.git] / src / autopick / autopick-inserter-killer.h
1 #pragma once
2
3 #include "autopick/autopick-util.h"
4 #include "system/angband.h"
5
6 void check_expression_line(text_body_type *tb, int y);
7 bool insert_return_code(text_body_type *tb);
8 bool insert_macro_line(text_body_type *tb);
9 bool insert_keymap_line(text_body_type *tb);
10 void insert_single_letter(text_body_type *tb, int key);
11 void kill_line_segment(text_body_type *tb, int y, int x0, int x1, bool whole);