OSDN Git Service

Merge remote-tracking branch 'remotes/hengbandosx/english-mind-edits' into feature...
[hengband/hengband.git] / src / io / cursor.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 void move_cursor_relative(int row, int col);
6 void print_path(player_type *player_ptr, POSITION y, POSITION x);
7 bool change_panel(player_type *player_ptr, POSITION dy, POSITION dx);
8 void panel_bounds_center(void);