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

common.h

Go to the documentation of this file.
00001 /* ---------------------------------------------------------------------- *
00002  * common.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 __common_h__
00007 #define __common_h__
00008 
00009 #ifdef LC_X11
00010 #include <X11/Xlib.h>
00011 #include <X11/Xatom.h>
00012 #include <X11/Xutil.h>
00013 #include "lin-city.h"
00014 #include "lcx11.h"
00015 
00016 #elif defined WIN32
00017 #include <windows.h>
00018 #include "lcwin32.h"
00019 
00020 #elif defined SVGALIB
00021 #include <vga.h>
00022 #include <vgagl.h>
00023 #include <vgamouse.h>
00024 #include "lcsvga.h"
00025 
00026 #endif
00027 
00028 #endif  /* __common_h__ */

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