00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00021 #ifndef __ze_includes_h__
00022 #define __ze_includes_h__
00023
00024 #include "ZE_Defines.h"
00025
00026 #include "SDL.h"
00027 #include "SDL_opengl.h"
00028 #include "external/SDLGL_Util.h"
00029 #ifdef USE_SDL_IMAGE
00030 #include "SDL_image.h"
00031 #endif
00032 #ifdef USE_SDL_TTF
00033 #include "SDL_ttf.h"
00034 #endif
00035 #ifdef USE_SDL_MIXER
00036 #include "SDL_mixer.h"
00037 #endif
00038 #ifdef USE_SDL_NET
00039 #include "SDL_net.h"
00040 #endif
00041 #ifdef USE_PHYSFS
00042 #include "physfs.h"
00043 #include "external/physfsrwops.h"
00044 #endif
00045
00046 #include <string>
00047 #include <queue>
00048 #include <list>
00049 #include <fstream>
00050 #include <cctype>
00051
00052 #endif //__ze_includes_h__