-doc-
This commit is contained in:
parent
969d9ae3a5
commit
0e65cbda2d
26
doc/html/SDLGL__Util_8h-source.html
Executable file
26
doc/html/SDLGL__Util_8h-source.html
Executable file
@ -0,0 +1,26 @@
|
|||||||
|
<!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>/include/external/SDLGL_Util.h Source File</title>
|
||||||
|
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||||
|
</head><body>
|
||||||
|
<!-- Generated by Doxygen 1.2.18 -->
|
||||||
|
<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>
|
||||||
|
<hr><h1>/include/external/SDLGL_Util.h</h1><div class="fragment"><pre>00001 <span class="comment">/*This code comes from testgl.c which is part of the SDL source distribution.</span>
|
||||||
|
00002 <span class="comment"> Available at http://libsdl.org/</span>
|
||||||
|
00003 <span class="comment">*/</span>
|
||||||
|
00004 <span class="preprocessor">#ifndef __sdlgl_h__</span>
|
||||||
|
00005 <span class="preprocessor"></span><span class="preprocessor">#define __sdlgl_h__</span>
|
||||||
|
00006 <span class="preprocessor"></span>
|
||||||
|
00007 <span class="preprocessor">#include "<a class="code" href="ZE__Includes_8h.html">ZE_Includes.h</a>"</span>
|
||||||
|
00008
|
||||||
|
00009 <span class="keywordtype">int</span> power_of_two(<span class="keywordtype">int</span> input);
|
||||||
|
00010 GLuint SDL_GL_LoadTexture(SDL_Surface *surface, GLfloat *texcoord);
|
||||||
|
00011
|
||||||
|
00012 <span class="preprocessor">#endif //__sdlgl_h__</span>
|
||||||
|
</pre></div><hr><address style="align: right;"><small>Generated on Sun Dec 1 02:44:14 2002 for ZEngine by
|
||||||
|
<a href="http://www.doxygen.org/index.html">
|
||||||
|
<img src="doxygen.png" alt="doxygen" align="middle" border=0
|
||||||
|
width=110 height=53></a>1.2.18 </small></address>
|
||||||
|
</body>
|
||||||
|
</html>
|
47
doc/html/ZE__Macros_8h-source.html
Executable file
47
doc/html/ZE__Macros_8h-source.html
Executable file
@ -0,0 +1,47 @@
|
|||||||
|
<!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>/include/ZE_Macros.h Source File</title>
|
||||||
|
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||||
|
</head><body>
|
||||||
|
<!-- Generated by Doxygen 1.2.18 -->
|
||||||
|
<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>
|
||||||
|
<hr><h1>/include/ZE_Macros.h</h1><a href="ZE__Macros_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">/*******************************************************************************</span>
|
||||||
|
00002 <span class="comment"> This file is Part of the ZEngine Library for SDL Game Development.</span>
|
||||||
|
00003 <span class="comment"> Copyright (C) 2002 ConceptOfZero.net</span>
|
||||||
|
00004 <span class="comment"></span>
|
||||||
|
00005 <span class="comment"> Licensed under the BSD License, see licensing.txt.</span>
|
||||||
|
00006 <span class="comment"></span>
|
||||||
|
00007 <span class="comment"> The maintainer of this library is James Turk (jturk@conceptofzero.net) </span>
|
||||||
|
00008 <span class="comment"> and the home of this Library is http://www.conceptofzero.net/</span>
|
||||||
|
00009 <span class="comment">*******************************************************************************/</span>
|
||||||
|
00010
|
||||||
|
00024 <span class="preprocessor">#ifndef __ze_macros_h__</span>
|
||||||
|
00025 <span class="preprocessor"></span><span class="preprocessor">#define __ze_macros_h__</span>
|
||||||
|
00026 <span class="preprocessor"></span>
|
||||||
|
00027 <span class="preprocessor">#include "<a class="code" href="ZE__Includes_8h.html">ZE_Includes.h</a>"</span>
|
||||||
|
00028
|
||||||
|
00029 <span class="keyword">namespace </span>ZE
|
||||||
|
00030 {
|
||||||
|
00031
|
||||||
|
00032 <span class="preprocessor">#define FreeImage(image) if(image){SDL_FreeSurface(image); image = NULL;}</span>
|
||||||
|
00033 <span class="preprocessor"></span>
|
||||||
|
00034 <span class="preprocessor">#ifdef USE_SDL_MIXER</span>
|
||||||
|
00035 <span class="preprocessor"></span><span class="preprocessor">#define FreeSound(sound) if(sound){Mix_FreeChunk(sound); sound = NULL;}</span>
|
||||||
|
00036 <span class="preprocessor"></span><span class="preprocessor">#define FreeMusic(music) if(music){Mix_FreeMusic(music); music = NULL;}</span>
|
||||||
|
00037 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
|
||||||
|
00038 <span class="preprocessor"></span>
|
||||||
|
00039 <span class="preprocessor">#ifdef USE_SDL_TTF</span>
|
||||||
|
00040 <span class="preprocessor"></span><span class="preprocessor">#define FreeFont(font) if(font){TTF_CloseFont(font); font = NULL;}</span>
|
||||||
|
00041 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
|
||||||
|
00042 <span class="preprocessor"></span>
|
||||||
|
00043
|
||||||
|
00044 }
|
||||||
|
00045
|
||||||
|
00046 <span class="preprocessor">#endif //__ze_macros_h__</span>
|
||||||
|
</pre></div><hr><address style="align: right;"><small>Generated on Sun Dec 1 02:44:14 2002 for ZEngine by
|
||||||
|
<a href="http://www.doxygen.org/index.html">
|
||||||
|
<img src="doxygen.png" alt="doxygen" align="middle" border=0
|
||||||
|
width=110 height=53></a>1.2.18 </small></address>
|
||||||
|
</body>
|
||||||
|
</html>
|
30
doc/html/ZE__Macros_8h.html
Executable file
30
doc/html/ZE__Macros_8h.html
Executable file
@ -0,0 +1,30 @@
|
|||||||
|
<!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_Macros.h File Reference</title>
|
||||||
|
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||||
|
</head><body>
|
||||||
|
<!-- Generated by Doxygen 1.2.18 -->
|
||||||
|
<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>
|
||||||
|
<hr><h1>/include/ZE_Macros.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__Macros_8h.html">ZE_Macros.h</a> <br>
|
||||||
|
Description: Header file for ZEngine Macros. <br>
|
||||||
|
Author(s): James Turk <br>
|
||||||
|
$Id: ZE__Macros_8h.html,v 1.1 2002/12/01 08:02:50 cozman Exp $<br>
|
||||||
|
</dl>Definition file for ZEngine Macros which are used throughout the engine.
|
||||||
|
<p>
|
||||||
|
<code>#include "<a class="el" href="ZE__Includes_8h-source.html">ZE_Includes.h</a>"</code><br>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<a href="ZE__Macros_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><a class="el" href="namespaceZE.html">ZE</a></td></tr>
|
||||||
|
</table>
|
||||||
|
<hr><address style="align: right;"><small>Generated on Sun Dec 1 02:44:14 2002 for ZEngine by
|
||||||
|
<a href="http://www.doxygen.org/index.html">
|
||||||
|
<img src="doxygen.png" alt="doxygen" align="middle" border=0
|
||||||
|
width=110 height=53></a>1.2.18 </small></address>
|
||||||
|
</body>
|
||||||
|
</html>
|
17
doc/html/classZE_1_1ZConfigFile_1_1ZCF__Section-members.html
Executable file
17
doc/html/classZE_1_1ZConfigFile_1_1ZCF__Section-members.html
Executable file
@ -0,0 +1,17 @@
|
|||||||
|
<!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>Member List</title>
|
||||||
|
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||||
|
</head><body>
|
||||||
|
<!-- Generated by Doxygen 1.2.18 -->
|
||||||
|
<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>
|
||||||
|
<hr><h1>ZE::ZConfigFile::ZCF_Section Member List</h1>This is the complete list of members for <a class="el" href="classZE_1_1ZConfigFile_1_1ZCF__Section.html">ZE::ZConfigFile::ZCF_Section</a>, including all inherited members.<table>
|
||||||
|
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile_1_1ZCF__Section.html#m0">section</a></td><td><a class="el" href="classZE_1_1ZConfigFile_1_1ZCF__Section.html">ZE::ZConfigFile::ZCF_Section</a></td><td></td></tr>
|
||||||
|
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile_1_1ZCF__Section.html#m1">varList</a></td><td><a class="el" href="classZE_1_1ZConfigFile_1_1ZCF__Section.html">ZE::ZConfigFile::ZCF_Section</a></td><td></td></tr>
|
||||||
|
</table><hr><address style="align: right;"><small>Generated on Sun Dec 1 02:44:14 2002 for ZEngine by
|
||||||
|
<a href="http://www.doxygen.org/index.html">
|
||||||
|
<img src="doxygen.png" alt="doxygen" align="middle" border=0
|
||||||
|
width=110 height=53></a>1.2.18 </small></address>
|
||||||
|
</body>
|
||||||
|
</html>
|
29
doc/html/classZE_1_1ZConfigFile_1_1ZCF__Section.html
Executable file
29
doc/html/classZE_1_1ZConfigFile_1_1ZCF__Section.html
Executable file
@ -0,0 +1,29 @@
|
|||||||
|
<!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::ZConfigFile::ZCF_Section class Reference</title>
|
||||||
|
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||||
|
</head><body>
|
||||||
|
<!-- Generated by Doxygen 1.2.18 -->
|
||||||
|
<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>
|
||||||
|
<hr><h1>ZE::ZConfigFile::ZCF_Section Class Reference</h1><a href="classZE_1_1ZConfigFile_1_1ZCF__Section-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
|
||||||
|
<a class="el" href="classZE_1_1ZConfigFile.html">ZConfigFile</a> class for mapping a section name to a list of variables in that section.
|
||||||
|
<p>
|
||||||
|
<table border=0 cellpadding=0 cellspacing=0>
|
||||||
|
<tr><td></td></tr>
|
||||||
|
<tr><td colspan=2><br><h2>Public Attributes</h2></td></tr>
|
||||||
|
<tr><td nowrap align=right valign=top><a name="m0" doxytag="ZE::ZConfigFile::ZCF_Section::section"></a>
|
||||||
|
string </td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile_1_1ZCF__Section.html#m0">section</a></td></tr>
|
||||||
|
<tr><td> </td><td><font size=-1><em>Section name.</em></font><br><br></td></tr>
|
||||||
|
<tr><td nowrap align=right valign=top><a name="m1" doxytag="ZE::ZConfigFile::ZCF_Section::varList"></a>
|
||||||
|
list< <a class="el" href="classZE_1_1ZConfigFile_1_1ZCF__Variable.html">ZCF_Variable</a> > </td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile_1_1ZCF__Section.html#m1">varList</a></td></tr>
|
||||||
|
<tr><td> </td><td><font size=-1><em>STL list of variables.</em></font><br><br></td></tr>
|
||||||
|
</table>
|
||||||
|
<hr>The documentation for this class was generated from the following file:<ul>
|
||||||
|
<li>/include/<a class="el" href="ZE__ZConfigFile_8h-source.html">ZE_ZConfigFile.h</a></ul>
|
||||||
|
<hr><address style="align: right;"><small>Generated on Sun Dec 1 02:44:14 2002 for ZEngine by
|
||||||
|
<a href="http://www.doxygen.org/index.html">
|
||||||
|
<img src="doxygen.png" alt="doxygen" align="middle" border=0
|
||||||
|
width=110 height=53></a>1.2.18 </small></address>
|
||||||
|
</body>
|
||||||
|
</html>
|
17
doc/html/classZE_1_1ZConfigFile_1_1ZCF__Variable-members.html
Executable file
17
doc/html/classZE_1_1ZConfigFile_1_1ZCF__Variable-members.html
Executable file
@ -0,0 +1,17 @@
|
|||||||
|
<!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>Member List</title>
|
||||||
|
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||||
|
</head><body>
|
||||||
|
<!-- Generated by Doxygen 1.2.18 -->
|
||||||
|
<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>
|
||||||
|
<hr><h1>ZE::ZConfigFile::ZCF_Variable Member List</h1>This is the complete list of members for <a class="el" href="classZE_1_1ZConfigFile_1_1ZCF__Variable.html">ZE::ZConfigFile::ZCF_Variable</a>, including all inherited members.<table>
|
||||||
|
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile_1_1ZCF__Variable.html#m1">val</a></td><td><a class="el" href="classZE_1_1ZConfigFile_1_1ZCF__Variable.html">ZE::ZConfigFile::ZCF_Variable</a></td><td></td></tr>
|
||||||
|
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile_1_1ZCF__Variable.html#m0">var</a></td><td><a class="el" href="classZE_1_1ZConfigFile_1_1ZCF__Variable.html">ZE::ZConfigFile::ZCF_Variable</a></td><td></td></tr>
|
||||||
|
</table><hr><address style="align: right;"><small>Generated on Sun Dec 1 02:44:14 2002 for ZEngine by
|
||||||
|
<a href="http://www.doxygen.org/index.html">
|
||||||
|
<img src="doxygen.png" alt="doxygen" align="middle" border=0
|
||||||
|
width=110 height=53></a>1.2.18 </small></address>
|
||||||
|
</body>
|
||||||
|
</html>
|
29
doc/html/classZE_1_1ZConfigFile_1_1ZCF__Variable.html
Executable file
29
doc/html/classZE_1_1ZConfigFile_1_1ZCF__Variable.html
Executable file
@ -0,0 +1,29 @@
|
|||||||
|
<!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::ZConfigFile::ZCF_Variable class Reference</title>
|
||||||
|
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||||
|
</head><body>
|
||||||
|
<!-- Generated by Doxygen 1.2.18 -->
|
||||||
|
<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>
|
||||||
|
<hr><h1>ZE::ZConfigFile::ZCF_Variable Class Reference</h1><a href="classZE_1_1ZConfigFile_1_1ZCF__Variable-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
|
||||||
|
<a class="el" href="classZE_1_1ZConfigFile.html">ZConfigFile</a> class for mapping a variable name to it's value, stored in string form (later converted to bool or int if needed).
|
||||||
|
<p>
|
||||||
|
<table border=0 cellpadding=0 cellspacing=0>
|
||||||
|
<tr><td></td></tr>
|
||||||
|
<tr><td colspan=2><br><h2>Public Attributes</h2></td></tr>
|
||||||
|
<tr><td nowrap align=right valign=top><a name="m0" doxytag="ZE::ZConfigFile::ZCF_Variable::var"></a>
|
||||||
|
string </td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile_1_1ZCF__Variable.html#m0">var</a></td></tr>
|
||||||
|
<tr><td> </td><td><font size=-1><em>Variable name.</em></font><br><br></td></tr>
|
||||||
|
<tr><td nowrap align=right valign=top><a name="m1" doxytag="ZE::ZConfigFile::ZCF_Variable::val"></a>
|
||||||
|
string </td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile_1_1ZCF__Variable.html#m1">val</a></td></tr>
|
||||||
|
<tr><td> </td><td><font size=-1><em>Value associated with variable.</em></font><br><br></td></tr>
|
||||||
|
</table>
|
||||||
|
<hr>The documentation for this class was generated from the following file:<ul>
|
||||||
|
<li>/include/<a class="el" href="ZE__ZConfigFile_8h-source.html">ZE_ZConfigFile.h</a></ul>
|
||||||
|
<hr><address style="align: right;"><small>Generated on Sun Dec 1 02:44:14 2002 for ZEngine by
|
||||||
|
<a href="http://www.doxygen.org/index.html">
|
||||||
|
<img src="doxygen.png" alt="doxygen" align="middle" border=0
|
||||||
|
width=110 height=53></a>1.2.18 </small></address>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user