00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00025 #ifndef __ze_includes_h__
00026 #define __ze_includes_h__
00027
00028 #include "ZE_Defines.h"
00029
00030 #include "SDL.h"
00031 #include "SDL_opengl.h"
00032 #include "external/SDLGL_Util.h"
00033 #ifdef USE_SDL_IMAGE
00034 #include "SDL_image.h"
00035 #endif
00036 #ifdef USE_SDL_TTF
00037 #include "SDL_ttf.h"
00038 #endif
00039 #ifdef USE_SDL_MIXER
00040 #include "SDL_mixer.h"
00041 #endif
00042 #ifdef USE_SDL_NET
00043 #include "SDL_net.h"
00044 #endif
00045 #ifdef USE_PHYSFS
00046 #include "physfs.h"
00047 #include "external/physfsrwops.h"
00048 #endif
00049 #include "external/mt19937ar.h"
00050
00051 #include <string>
00052 #include <vector>
00053 #include <queue>
00054 #include <list>
00055 #include <fstream>
00056 #include <cstdio>
00057 #include <cstdlib>
00058 #include <cstdarg>
00059 #include <cctype>
00060 using namespace std;
00061
00062 #endif //__ze_includes_h__