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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/libdos.h b/crawl-ref/source/libdos.h
index 38bbd48699..bbf8720009 100644
--- a/crawl-ref/source/libdos.h
+++ b/crawl-ref/source/libdos.h
@@ -1,6 +1,8 @@
#ifndef __LIBDOS_H__
#define __LIBDOS_H__
+typedef unsigned char screen_buffer_t;
+
void init_libdos();
int get_number_of_lines();