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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/libw32c.h b/crawl-ref/source/libw32c.h
index 3a818a71e9..37372976ee 100644
--- a/crawl-ref/source/libw32c.h
+++ b/crawl-ref/source/libw32c.h
@@ -45,6 +45,9 @@ int kbhit(void);
void delay(int ms);
void textbackground(int c);
+void enable_smart_cursor(bool cursor);
+bool is_smart_cursor_enabled();
+
inline void srandom(unsigned int seed) { srand(seed); }
#endif