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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/libw32c.h b/crawl-ref/source/libw32c.h
index 6e424a43ca..09ccbb906b 100644
--- a/crawl-ref/source/libw32c.h
+++ b/crawl-ref/source/libw32c.h
@@ -8,6 +8,8 @@
#include <string>
#include <stdarg.h>
+typedef unsigned short screen_buffer_t;
+
void init_libw32c(void);
void deinit_libw32c(void);
@@ -45,6 +47,7 @@ int getche(void);
int kbhit(void);
void delay(int ms);
void textbackground(int c);
+void puttext(int x1, int y1, int x2, int y2, const screen_buffer_t *);
void update_screen();
void enable_smart_cursor(bool cursor);
@@ -52,5 +55,3 @@ bool is_smart_cursor_enabled();
void set_mouse_enabled(bool enabled);
#endif
-
-