00001
00002
00003
00004
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