From eb7baf83704e5ffa3d0059e8db34b3c3508b2428 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Sat, 27 Oct 2007 15:59:10 +0000 Subject: 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 --- crawl-ref/source/libdos.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/libdos.h') 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(); -- cgit v1.2.3-54-g00ecf