zengine/doc/html/ZE__Includes_8h.html

54 lines
2.9 KiB
HTML
Raw Normal View History

2003-04-27 22:15:26 +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>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/include/ZE_Includes.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
<dl compact><dt><b>File Header: </b></dt><dd>File: <a class="el" href="ZE__Includes_8h.html">ZE_Includes.h</a> <br>
Description: Header file for ZEngine universal includes. <br>
Author(s): James Turk <br>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__Includes_8h.html">ZE_Includes.h</a>,v 1.8 2003/04/27 22:05:25 cozman Exp </dd></dl>
<br>
</dd></dl>
<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>
<code>#include "SDL_opengl.h"</code><br>
<code>#include "external/SDLGL_Util.h"</code><br>
<code>#include "SDL_image.h"</code><br>
<code>#include "SDL_ttf.h"</code><br>
<code>#include "SDL_mixer.h"</code><br>
2003-04-27 22:15:26 +00:00
<code>#include "SDL_net.h"</code><br>
<code>#include "physfs.h"</code><br>
<code>#include "external/physfsrwops.h"</code><br>
2003-04-27 22:15:26 +00:00
<code>#include "external/mt19937ar.h"</code><br>
<code>#include &lt;string&gt;</code><br>
<code>#include &lt;vector&gt;</code><br>
<code>#include &lt;queue&gt;</code><br>
<code>#include &lt;list&gt;</code><br>
<code>#include &lt;fstream&gt;</code><br>
<code>#include &lt;cstdio&gt;</code><br>
<code>#include &lt;cstdlib&gt;</code><br>
<code>#include &lt;cstdarg&gt;</code><br>
<code>#include &lt;cctype&gt;</code><br>
<code>#include &lt;ctime&gt;</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 &nbsp;</td><td valign=bottom><b>std</b></td></tr>
</table>
2003-04-27 22:15:26 +00:00
<hr><address style="align: right;"><small>Generated on Sun Apr 27 18:16:26 2003 for ZEngine by
2003-04-27 22:15:26 +00:00
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>
</body>
</html>