Main Page | Data Structures | Directories | File List | Data Fields | Globals

lcsvga.h

Go to the documentation of this file.
00001 /* ---------------------------------------------------------------------- *
00002  * lcsvga.h
00003  * This file is part of lincity.
00004  * Lincity is copyright (c) I J Peters 1995-1997, (c) Greg Sharp 1997-2001.
00005  * ---------------------------------------------------------------------- */
00006 #ifndef __lcsvga_h__
00007 #define __lcsvga_h__
00008 
00009 typedef struct _disp
00010 {
00011     unsigned int winH;
00012     unsigned int winW;
00013 }
00014 disp;
00015 
00016 extern unsigned char mouse_pointer[];
00017 extern unsigned char under_mouse_pointer[];
00018 extern disp display;
00019 extern int pix_double;
00020 
00021 void HandleError (char *, int);
00022 int lc_get_keystroke (void);
00023 void init_mouse (void);
00024 void mouse_set_range (int width, int height);
00025 
00026 #endif /* __lcsvga_h__ */

Generated on Sun Dec 26 11:23:24 2004 for lincity by  doxygen 1.3.9.1