Main Page   Namespace List   Compound List   File List   Namespace Members   Compound Members   File Members  

/include/ZE_Includes.h

Go to the documentation of this file.
00001 /*******************************************************************************
00002         This file is Part of the ZEngine Library for 2D game development.
00003                    Copyright (C) 2002, 2003 James Turk
00004 
00005                      Licensed under a BSD-style license.
00006 
00007     The maintainer of this library is James Turk (james@conceptofzero.net) 
00008      and the home of this Library is http://www.zengine.sourceforge.net
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__

Generated on Sun Apr 27 17:56:46 2003 for ZEngine by doxygen1.3-rc2