summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilesdl.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/tilesdl.h')
-rw-r--r--crawl-ref/source/tilesdl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/tilesdl.h b/crawl-ref/source/tilesdl.h
index d0faa256a9..993de5c302 100644
--- a/crawl-ref/source/tilesdl.h
+++ b/crawl-ref/source/tilesdl.h
@@ -96,6 +96,7 @@ public:
void message_out(int *which_line, int colour, const char *s, int firstcol);
void cgotoxy(int x, int y, GotoRegion region = GOTO_CRT);
+ GotoRegion get_cursor_region() const;
int get_number_of_lines();
int get_number_of_cols();
void clear_message_window();