summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libdos.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-27 15:59:10 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-27 15:59:10 +0000
commiteb7baf83704e5ffa3d0059e8db34b3c3508b2428 (patch)
treebf46bfe4012e9d369c1a4f915e4037c417598ba1 /crawl-ref/source/libdos.h
parent64c0b7fe918fdc3bc41483b17f6796d3273ac05a (diff)
downloadcrawl-ref-eb7baf83704e5ffa3d0059e8db34b3c3508b2428.tar.gz
crawl-ref-eb7baf83704e5ffa3d0059e8db34b3c3508b2428.zip
Minor view code cleanup; this ought to fix the DOS redraw issues as well.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2629 c06c8d41-db1a-0410-9941-cceddc491573
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();