summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libdos.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/libdos.h')
-rw-r--r--crawl-ref/source/libdos.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/libdos.h b/crawl-ref/source/libdos.h
index 647ce12b00..d934171a98 100644
--- a/crawl-ref/source/libdos.h
+++ b/crawl-ref/source/libdos.h
@@ -3,4 +3,7 @@
void init_libdos();
+inline void enable_smart_cursor(bool ) { }
+inline bool is_smart_cursor_enabled() { return (false); }
+
#endif