summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libw32c.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-22 11:38:34 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-22 11:38:34 +0000
commit6bda7067bc268b6104b4f55940049b2db25b96fa (patch)
tree1bc59eb4c3ea2a2644aeb3a95d3a0322ee7b96cb /crawl-ref/source/libw32c.h
parentddfbd2a60be7ce857997097f6bc03eac22f55be1 (diff)
downloadcrawl-ref-6bda7067bc268b6104b4f55940049b2db25b96fa.tar.gz
crawl-ref-6bda7067bc268b6104b4f55940049b2db25b96fa.zip
Restore old cursor behaviour on Windows, with little icky hooks to make it controllable for the newgame slider menu.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@459 c06c8d41-db1a-0410-9941-cceddc491573
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