summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libw32c.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/libw32c.h')
-rw-r--r--crawl-ref/source/libw32c.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/libw32c.h b/crawl-ref/source/libw32c.h
index 9e01a44fd7..70c038c49e 100644
--- a/crawl-ref/source/libw32c.h
+++ b/crawl-ref/source/libw32c.h
@@ -37,6 +37,7 @@ void window(int x, int y, int lx, int ly);
int wherex(void);
int wherey(void);
void putch(char c);
+void putwch(unsigned c);
int getch(void);
int getch_ck(void);
int key_to_command(int);
@@ -44,6 +45,7 @@ int getche(void);
int kbhit(void);
void delay(int ms);
void textbackground(int c);
+void update_screen();
void enable_smart_cursor(bool cursor);
bool is_smart_cursor_enabled();