2002-11-21 05:40:49 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
< html > < head > < meta http-equiv = "Content-Type" content = "text/html;charset=iso-8859-1" >
< title > ZE_Includes.h File Reference< / title >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" >
< / head > < body >
2002-12-05 00:05:06 +00:00
<!-- Generated by Doxygen 1.3 - rc1 -->
2002-11-21 05:40:49 +00:00
< center >
< a class = "qindex" href = "index.html" > Main Page< / a > < a class = "qindex" href = "namespaces.html" > Namespace List< / a > < a class = "qindex" href = "hierarchy.html" > Class Hierarchy< / a > < a class = "qindex" href = "annotated.html" > Compound List< / a > < a class = "qindex" href = "files.html" > File List< / a > < a class = "qindex" href = "namespacemembers.html" > Namespace Members< / a > < a class = "qindex" href = "functions.html" > Compound Members< / a > < a class = "qindex" href = "globals.html" > File Members< / a > < / center >
2002-12-12 04:41:59 +00:00
< hr > < h1 > include/ZE_Includes.h File Reference< / h1 > < hr > < a name = "_details" > < / a > < h2 > Detailed Description< / h2 >
2002-12-05 00:05:06 +00:00
< dl compact > < dt > < b > File Header: < / b > < / dt > < dd > File: ZE_Includes.h < br >
2002-11-21 05:40:49 +00:00
Description: Header file for ZEngine universal includes. < br >
Author(s): James Turk < br >
2002-12-05 00:05:06 +00:00
< br >
< / dd > < / dl >
2002-11-21 05:40:49 +00:00
< p >
ZE_*.h files should only include this file and any other ZE_*.h files that they need, External Library or C/C++ Standard Library files should be included from within this file.
< p >
< code > #include "< a class = "el" href = "ZE__Defines_8h-source.html" > ZE_Defines.h< / a > "< / code > < br >
< code > #include "SDL.h"< / code > < br >
2002-12-01 07:56:17 +00:00
< code > #include "SDL_opengl.h"< / code > < br >
< code > #include "external/SDLGL_Util.h"< / code > < br >
2002-11-21 05:40:49 +00:00
< code > #include "SDL_image.h"< / code > < br >
< code > #include "SDL_ttf.h"< / code > < br >
< code > #include "SDL_mixer.h"< / code > < br >
< code > #include < string> < / code > < br >
< code > #include < vector> < / code > < br >
< code > #include < fstream> < / code > < br >
< code > #include < list> < / code > < br >
< code > #include < cstdio> < / code > < br >
< code > #include < cstdlib> < / code > < br >
< code > #include < cstdarg> < / code > < br >
< code > #include < cctype> < / code > < br >
< p >
< a href = "ZE__Includes_8h-source.html" > Go to the source code of this file.< / a > < table border = 0 cellpadding = 0 cellspacing = 0 >
< tr > < td > < / td > < / tr >
< tr > < td colspan = 2 > < br > < h2 > Namespaces< / h2 > < / td > < / tr >
< tr > < td nowrap align = right valign = top > namespace < / td > < td valign = bottom > < b > std< / b > < / td > < / tr >
< / table >
2002-12-12 04:41:59 +00:00
< hr > < address style = "align: right;" > < small > Generated on Wed Dec 11 23:42:26 2002 for ZEngine by
2002-11-21 05:40:49 +00:00
< a href = "http://www.doxygen.org/index.html" >
< img src = "doxygen.png" alt = "doxygen" align = "middle" border = 0
2002-12-05 00:05:06 +00:00
width=110 height=53>< / a > 1.3-rc1 < / small > < / address >
2002-11-21 05:40:49 +00:00
< / body >
< / html >