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.h20
1 files changed, 11 insertions, 9 deletions
diff --git a/crawl-ref/source/libdos.h b/crawl-ref/source/libdos.h
index d934171a98..b6fd3d6c05 100644
--- a/crawl-ref/source/libdos.h
+++ b/crawl-ref/source/libdos.h
@@ -1,9 +1,11 @@
-#ifndef __LIBDOS_H__
-#define __LIBDOS_H__
-
-void init_libdos();
-
-inline void enable_smart_cursor(bool ) { }
-inline bool is_smart_cursor_enabled() { return (false); }
-
-#endif
+#ifndef __LIBDOS_H__
+#define __LIBDOS_H__
+
+void init_libdos();
+
+inline void enable_smart_cursor(bool ) { }
+inline bool is_smart_cursor_enabled() { return (false); }
+void set_cursor_enabled(bool enabled);
+bool is_cursor_enabled();
+
+#endif