OSDN Git Service

Merge remote-tracking branch 'remotes/origin/Feature/Fix-Sorcerer-Icky-Wield' into...
[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);