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 #if (GFX_BACKEND == ZE_OGL)
00028 #include "SDL_opengl.h"
00029 #include "external/SDLGL_Util.h"
00030 #endif
00031 #ifdef USE_SDL_IMAGE
00032 #include "SDL_image.h"
00033 #endif
00034 #ifdef USE_SDL_TTF
00035 #include "SDL_ttf.h"
00036 #endif
00037 #ifdef USE_SDL_MIXER
00038 #include "SDL_mixer.h"
00039 #endif
00040
00041 #include "../zlib/unzip.h"
00042
00043 #include <string>
00044 #include <queue>
00045 #include <list>
00046 #include <fstream>
00047 #include <cctype>
00048 #include <cstdarg>
00049
00050 #endif //__ze_includes_h__