Main Page   Namespace List   Class Hierarchy   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 
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>   //used frequently
00044 #include <queue>    //used by ZEngine for ZErrors
00045 #include <list>     //used by ZConfigFile
00046 #include <fstream>  //used by ZConfigFile
00047 #include <cctype>   //used in parsing
00048 #include <cstdarg>  //used in FormatStr
00049 
00050 #endif //__ze_includes_h__

Generated on Sun Oct 5 19:34:45 2003 for ZEngine by doxygen1.3