OSDN Git Service

[Fix] 消去時に画面右端までの消去されないことがある
[hengbandforosx/hengbandosx.git] / src / io / screen-util.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 void get_screen_size(TERM_LEN *wid_p, TERM_LEN *hgt_p);
6 void resize_map(void);
7 bool panel_contains(POSITION y, POSITION x);