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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/crawl-ref/source/libdos.h b/crawl-ref/source/libdos.h
new file mode 100644
index 0000000000..647ce12b00
--- /dev/null
+++ b/crawl-ref/source/libdos.h
@@ -0,0 +1,6 @@
+#ifndef __LIBDOS_H__
+#define __LIBDOS_H__
+
+void init_libdos();
+
+#endif