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 #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 #ifdef USE_PHYSFS
00041 #include "physfs.h"
00042 #include "external/physfsrwops.h"
00043 #endif
00044
00045 #include <string>
00046 #include <vector>
00047 #include <fstream>
00048 #include <list>
00049 #include <cstdio>
00050 #include <cstdlib>
00051 #include <cstdarg>
00052 #include <cctype>
00053 using namespace std;
00054
00055 #endif //__ze_includes_h__