0.8.2
This commit is contained in:
parent
751d8a1b65
commit
29af43cc79
@ -18,7 +18,7 @@
|
||||
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 Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -20,15 +20,14 @@
|
||||
00025 <span class="preprocessor"></span><span class="preprocessor">#define __ze_defines_h__</span>
|
||||
00026 <span class="preprocessor"></span>
|
||||
00027 <span class="comment">//defines- undefine any of these if you dont have the indicated SDL extension//</span>
|
||||
<a name="l00029"></a><a class="code" href="ZE__Defines_8h.html#a0">00029</a> <span class="comment">#define USE_OPENGL</span>
|
||||
<a name="l00031"></a><a class="code" href="ZE__Defines_8h.html#a1">00031</a> <span class="comment">#define USE_SDL_TTF</span>
|
||||
<a name="l00033"></a><a class="code" href="ZE__Defines_8h.html#a2">00033</a> <span class="comment">#define USE_SDL_IMAGE</span>
|
||||
<a name="l00035"></a><a class="code" href="ZE__Defines_8h.html#a3">00035</a> <span class="comment">#define USE_SDL_MIXER</span>
|
||||
00037 <span class="comment">//#define USE_PHYSFS</span>
|
||||
<a name="l00039"></a><a class="code" href="ZE__Defines_8h.html#a4">00039</a> <span class="comment">#define VERSION "0.8.2"</span>
|
||||
00040
|
||||
00041 <span class="preprocessor">#endif //__ze_defines_h__</span>
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<a name="l00029"></a><a class="code" href="ZE__Defines_8h.html#a0">00029</a> <span class="comment">#define USE_SDL_TTF</span>
|
||||
<a name="l00031"></a><a class="code" href="ZE__Defines_8h.html#a1">00031</a> <span class="comment">#define USE_SDL_IMAGE</span>
|
||||
<a name="l00033"></a><a class="code" href="ZE__Defines_8h.html#a2">00033</a> <span class="comment">#define USE_SDL_MIXER</span>
|
||||
00035 <span class="comment">//#define USE_PHYSFS</span>
|
||||
<a name="l00037"></a><a class="code" href="ZE__Defines_8h.html#a3">00037</a> <span class="comment">#define VERSION "0.8.2"</span>
|
||||
00038
|
||||
00039 <span class="preprocessor">#endif //__ze_defines_h__</span>
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -10,7 +10,7 @@
|
||||
<dl compact><dt><b>File Header:</b></dt><dd>File: <a class="el" href="ZE__Defines_8h.html">ZE_Defines.h</a> <br>
|
||||
Description: Defines header file for ZEngine class, where all #define statements to control compilation options are placed. <br>
|
||||
Author(s): James Turk <br>
|
||||
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__Defines_8h.html">ZE_Defines.h</a>,v 1.6 2003/01/13 05:48:47 cozman Exp </dd></dl>
|
||||
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__Defines_8h.html">ZE_Defines.h</a>,v 1.7 2003/01/19 05:43:40 cozman Exp </dd></dl>
|
||||
<br>
|
||||
</dd></dl>
|
||||
|
||||
@ -22,23 +22,20 @@ Definition file, holds #define statements describing optional features of ZEngin
|
||||
<a href="ZE__Defines_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>Defines</h2></td></tr>
|
||||
<tr><td nowrap align=right valign=top><a name="a0" doxytag="ZE_Defines.h::USE_OPENGL"></a>
|
||||
#define </td><td valign=bottom><a class="el" href="ZE__Defines_8h.html#a0">USE_OPENGL</a></td></tr>
|
||||
<tr><td> </td><td><font size=-1><em>Define to include OpenGL support (MUST be defined, may become optional in future).</em></font><br><br></td></tr>
|
||||
<tr><td nowrap align=right valign=top><a name="a1" doxytag="ZE_Defines.h::USE_SDL_TTF"></a>
|
||||
#define </td><td valign=bottom><a class="el" href="ZE__Defines_8h.html#a1">USE_SDL_TTF</a></td></tr>
|
||||
<tr><td nowrap align=right valign=top><a name="a0" doxytag="ZE_Defines.h::USE_SDL_TTF"></a>
|
||||
#define </td><td valign=bottom><a class="el" href="ZE__Defines_8h.html#a0">USE_SDL_TTF</a></td></tr>
|
||||
<tr><td> </td><td><font size=-1><em>Define to include font support.</em></font><br><br></td></tr>
|
||||
<tr><td nowrap align=right valign=top><a name="a2" doxytag="ZE_Defines.h::USE_SDL_IMAGE"></a>
|
||||
#define </td><td valign=bottom><a class="el" href="ZE__Defines_8h.html#a2">USE_SDL_IMAGE</a></td></tr>
|
||||
<tr><td nowrap align=right valign=top><a name="a1" doxytag="ZE_Defines.h::USE_SDL_IMAGE"></a>
|
||||
#define </td><td valign=bottom><a class="el" href="ZE__Defines_8h.html#a1">USE_SDL_IMAGE</a></td></tr>
|
||||
<tr><td> </td><td><font size=-1><em>Define to include non-bmp image file support.</em></font><br><br></td></tr>
|
||||
<tr><td nowrap align=right valign=top><a name="a3" doxytag="ZE_Defines.h::USE_SDL_MIXER"></a>
|
||||
#define </td><td valign=bottom><a class="el" href="ZE__Defines_8h.html#a3">USE_SDL_MIXER</a></td></tr>
|
||||
<tr><td nowrap align=right valign=top><a name="a2" doxytag="ZE_Defines.h::USE_SDL_MIXER"></a>
|
||||
#define </td><td valign=bottom><a class="el" href="ZE__Defines_8h.html#a2">USE_SDL_MIXER</a></td></tr>
|
||||
<tr><td> </td><td><font size=-1><em>Define to include sound support.</em></font><br><br></td></tr>
|
||||
<tr><td nowrap align=right valign=top><a name="a4" doxytag="ZE_Defines.h::VERSION"></a>
|
||||
#define </td><td valign=bottom><a class="el" href="ZE__Defines_8h.html#a4">VERSION</a> "0.8.2"</td></tr>
|
||||
<tr><td nowrap align=right valign=top><a name="a3" doxytag="ZE_Defines.h::VERSION"></a>
|
||||
#define </td><td valign=bottom><a class="el" href="ZE__Defines_8h.html#a3">VERSION</a> "0.8.2"</td></tr>
|
||||
<tr><td> </td><td><font size=-1><em>Version number.</em></font><br><br></td></tr>
|
||||
</table>
|
||||
<hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -50,7 +50,7 @@
|
||||
00056 <span class="keyword">using</span> <span class="keyword">namespace </span>std;
|
||||
00057
|
||||
00058 <span class="preprocessor">#endif //__ze_includes_h__</span>
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -40,7 +40,7 @@ ZE_*.h files should only include this file and any other ZE_*.h files that they
|
||||
<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>
|
||||
<hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -10,7 +10,7 @@
|
||||
<dl compact><dt><b>File Header:</b></dt><dd>File: <a class="el" href="ZE__Utility_8cpp.html">ZE_Utility.cpp</a> <br>
|
||||
Description: Implementation source file for ZEngine Utilities. <br>
|
||||
Author(s): James Turk <br>
|
||||
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__Utility_8cpp.html">ZE_Utility.cpp</a>,v 1.3 2003/01/16 04:47:35 cozman Exp </dd></dl>
|
||||
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__Utility_8cpp.html">ZE_Utility.cpp</a>,v 1.4 2003/01/19 01:03:57 cozman Exp </dd></dl>
|
||||
<br>
|
||||
</dd></dl>
|
||||
|
||||
@ -23,7 +23,7 @@ Source file containing open utilities for use inside and alongside ZEngine.
|
||||
<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 Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -47,7 +47,7 @@
|
||||
00073
|
||||
00074 <span class="preprocessor">#endif //__ze_utility_h__</span>
|
||||
00075 <span class="preprocessor"></span>
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -139,7 +139,7 @@ Safely free a Mix_Music* and set it to NULL. </td>
|
||||
Safely free a TTF_Font and set it to NULL. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -23,7 +23,7 @@ Implementation of ZConfigFile, the ZEngine INI-Style Config File.
|
||||
<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 Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -89,7 +89,7 @@
|
||||
00243 }
|
||||
00244
|
||||
00245 <span class="preprocessor">#endif //__ze_zconfigfile_h__</span>
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -25,7 +25,7 @@ Definition file for ZConfigFile, an INI-style Config format.
|
||||
<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 Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -10,7 +10,7 @@
|
||||
<dl compact><dt><b>File Header: </b></dt><dd>File: <a class="el" href="ZE__ZEngine_8cpp.html">ZE_ZEngine.cpp</a> <br>
|
||||
Description: Implementation source file for ZEngine library main singleton class. <br>
|
||||
Author(s): James Turk <br>
|
||||
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZEngine_8cpp.html">ZE_ZEngine.cpp</a>,v 1.16 2003/01/18 21:53:14 cozman Exp </dd></dl>
|
||||
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZEngine_8cpp.html">ZE_ZEngine.cpp</a>,v 1.19 2003/01/19 05:43:40 cozman Exp </dd></dl>
|
||||
<br>
|
||||
</dd></dl>
|
||||
|
||||
@ -23,7 +23,7 @@ Actual implementation of ZEngine singleton class, the core of ZEngine.
|
||||
<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 Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -227,7 +227,7 @@
|
||||
00637 }
|
||||
00638
|
||||
00639 <span class="preprocessor">#endif //__ze_zengine_h__</span>
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -10,7 +10,7 @@
|
||||
<dl compact><dt><b>File Header:</b></dt><dd>File: <a class="el" href="ZE__ZEngine_8h.html">ZE_ZEngine.h</a> <br>
|
||||
Description: Header file for ZEngine class, the core of the ZEngine. <br>
|
||||
Author(s): James Turk <br>
|
||||
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZEngine_8h.html">ZE_ZEngine.h</a>,v 1.12 2003/01/15 05:51:18 cozman Exp </dd></dl>
|
||||
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZEngine_8h.html">ZE_ZEngine.h</a>,v 1.14 2003/01/19 05:43:40 cozman Exp </dd></dl>
|
||||
<br>
|
||||
</dd></dl>
|
||||
|
||||
@ -28,7 +28,7 @@ ZEngine Game Engine core Engine definition.
|
||||
<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 Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -23,7 +23,7 @@ Implementation of ZError, the ZEngine internal error information storage class.
|
||||
<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 Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -70,7 +70,7 @@
|
||||
00122 }
|
||||
00123
|
||||
00124 <span class="preprocessor">#endif //__ze_zerror_h__</span>
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -26,7 +26,7 @@ Definition file for ZError, the Error logging class for ZEngine. This class shou
|
||||
<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 Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -21,7 +21,7 @@ Implementation of ZFont, the basic Font class for ZEngine.
|
||||
<table border=0 cellpadding=0 cellspacing=0>
|
||||
<tr><td></td></tr>
|
||||
</table>
|
||||
<hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -87,7 +87,7 @@
|
||||
00230 <span class="preprocessor">#endif //USE_SDL_TTF</span>
|
||||
00231 <span class="preprocessor"></span>
|
||||
00232 <span class="preprocessor">#endif //__ze_zfont_h__</span>
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -26,7 +26,7 @@ Definition file for ZFont, the basic Font class for ZEngine.
|
||||
<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 Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -23,7 +23,7 @@ Implementation of ZImage, the Image class for ZEngine.
|
||||
<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 Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -92,7 +92,7 @@
|
||||
00261 }
|
||||
00262
|
||||
00263 <span class="preprocessor">#endif</span>
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -25,7 +25,7 @@ Definition file for ZImage, the OpenGL version of the ZImage class for ZEngine.
|
||||
<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 Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -21,7 +21,7 @@ Implementation of ZMusic, the basic Music class for ZEngine.
|
||||
<table border=0 cellpadding=0 cellspacing=0>
|
||||
<tr><td></td></tr>
|
||||
</table>
|
||||
<hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -77,7 +77,7 @@
|
||||
00181 <span class="preprocessor">#endif //USE_SDL_MIXER</span>
|
||||
00182 <span class="preprocessor"></span>
|
||||
00183 <span class="preprocessor">#endif //__ze_zmusic_h__</span>
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -25,7 +25,7 @@ Definition file for ZMusic, the Music file wrapper for ZEngine.
|
||||
<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 Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -35,7 +35,7 @@
|
||||
00056 }
|
||||
00057
|
||||
00058 <span class="preprocessor">#endif //__ze_zobject_h__</span>
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -25,7 +25,7 @@ Definition file for ZObject the Virtual Base Class for majority of the ZEngine O
|
||||
<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 Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -23,7 +23,7 @@ Implementation of ZRect, the Rectangle class for ZEngine.
|
||||
<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 Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -84,7 +84,7 @@
|
||||
00253 } <span class="comment">//namspace ZE</span>
|
||||
00254
|
||||
00255 <span class="preprocessor">#endif //__ze_zrect_h__</span>
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -25,7 +25,7 @@ Definition file for ZRect, the Rectangle class for ZEngine.
|
||||
<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 Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -21,7 +21,7 @@ Implementation of ZSound, the basic Sound class for ZEngine.
|
||||
<table border=0 cellpadding=0 cellspacing=0>
|
||||
<tr><td></td></tr>
|
||||
</table>
|
||||
<hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -76,7 +76,7 @@
|
||||
00176 <span class="preprocessor">#endif //USE_SDL_MIXER</span>
|
||||
00177 <span class="preprocessor"></span>
|
||||
00178 <span class="preprocessor">#endif //__ze_zsound_h__</span>
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -25,7 +25,7 @@ Definition file for ZSound, the Sound Effect wrapper for ZEngine.
|
||||
<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 Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -23,7 +23,7 @@ Implementation of ZTimer, the basic Timer class for ZEngine.
|
||||
<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 Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -52,7 +52,7 @@
|
||||
00105 }
|
||||
00106
|
||||
00107 <span class="preprocessor">#endif //__ze_ztimer_h__</span>
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -25,7 +25,7 @@ Definition file for ZTimer, the Timer class for ZEngine.
|
||||
<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 Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -25,7 +25,7 @@
|
||||
00068 <span class="preprocessor">#endif</span>
|
||||
00069 <span class="preprocessor"></span>
|
||||
00070 <span class="preprocessor">#endif //__zengine_h__</span>
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -31,7 +31,7 @@ Header file for ZEngine Game Engine from Concept of Zero, this is the file that
|
||||
<a href="ZEngine_8h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
|
||||
<tr><td></td></tr>
|
||||
</table>
|
||||
<hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -20,7 +20,7 @@
|
||||
<tr><td class="indexkey"><a class="el" href="classZE_1_1ZSound.html">ZE::ZSound</a></td><td class="indexvalue"><a class="el" href="classZE_1_1ZSound.html">ZSound</a> class for playing sound effects. (WAV)</td></tr>
|
||||
<tr><td class="indexkey"><a class="el" href="classZE_1_1ZTimer.html">ZE::ZTimer</a></td><td class="indexvalue"><a class="el" href="classZE_1_1ZTimer.html">ZTimer</a> class for Timer use</td></tr>
|
||||
</table>
|
||||
<hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -29,7 +29,7 @@
|
||||
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZObject.html#a0">ZObject</a>()</td><td><a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a></td><td><code> [inline]</code></td></tr>
|
||||
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile.html#a2">~ZConfigFile</a>()</td><td><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td></td></tr>
|
||||
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZObject.html#a1">~ZObject</a>()</td><td><a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a></td><td><code> [inline, virtual]</code></td></tr>
|
||||
</table><hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
</table><hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -770,7 +770,7 @@ Flush the file and clear the filename. </td>
|
||||
</table>
|
||||
<hr>The documentation for this class was generated from the following files:<ul>
|
||||
<li>/include/<a class="el" href="ZE__ZConfigFile_8h-source.html">ZE_ZConfigFile.h</a><li>/src/<a class="el" href="ZE__ZConfigFile_8cpp.html">ZE_ZConfigFile.cpp</a></ul>
|
||||
<hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<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 Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
</table><hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -21,7 +21,7 @@ list< <a class="el" href="classZE_1_1ZConfigFile_1_1ZCF__Variable.html">ZCF_V
|
||||
</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 Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<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 Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
</table><hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -21,7 +21,7 @@ string </td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile_1_
|
||||
</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 Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -86,7 +86,7 @@
|
||||
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#a42">Width</a>()</td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td></td></tr>
|
||||
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#a36">WriteLog</a>(string str)</td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td></td></tr>
|
||||
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#c0">ZEngine</a>()</td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
|
||||
</table><hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
</table><hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -374,7 +374,7 @@ Sets display parameters to specified parameters. (called before CreateDisplay)
|
||||
<table border="0" cellspacing="2" cellpadding="0">
|
||||
<tr><td valign=top><em>width</em> </td><td>Desired width of screen or window. </td></tr>
|
||||
<tr><td valign=top><em>height</em> </td><td>Desired height of screen or window. </td></tr>
|
||||
<tr><td valign=top><em>bpp</em> </td><td>Desired BPP for screen (only works in fullscreen). </td></tr>
|
||||
<tr><td valign=top><em>bpp</em> </td><td>Desired BPP for screen (generally use 32). </td></tr>
|
||||
<tr><td valign=top><em>fullscreen</em> </td><td>A bool for fullscreen setting. </td></tr>
|
||||
</table>
|
||||
</dl>
|
||||
@ -470,6 +470,7 @@ SetupDisplay and SetupSound should be called prior to this to change settings, s
|
||||
<tr><td valign=top><em>icon</em> </td><td>Path to Icon File. </td></tr>
|
||||
</table>
|
||||
</dl>
|
||||
<dl compact><dt><b>Returns:</b></dt><dd>result of setting up the display, true if everything went ok, false if any setup failed (check GetLastError). </dd></dl>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@ -1907,7 +1908,7 @@ Get Fullscreen setting of Display. <dl compact><dt><b>Returns:</b></dt><dd>True
|
||||
</table>
|
||||
<hr>The documentation for this class was generated from the following files:<ul>
|
||||
<li>/include/<a class="el" href="ZE__ZEngine_8h-source.html">ZE_ZEngine.h</a><li>/src/<a class="el" href="ZE__ZEngine_8cpp.html">ZE_ZEngine.cpp</a></ul>
|
||||
<hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZError.html#n3">rLine</a></td><td><a class="el" href="classZE_1_1ZError.html">ZE::ZError</a></td><td><code> [protected]</code></td></tr>
|
||||
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZError.html#q0">sErrorDesc</a></td><td><a class="el" href="classZE_1_1ZError.html">ZE::ZError</a></td><td><code> [protected, static]</code></td></tr>
|
||||
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZError.html#a0">ZError</a>(ZErrorCode code=ZERR_NONE, string desc="", string file="", int line=0)</td><td><a class="el" href="classZE_1_1ZError.html">ZE::ZError</a></td><td></td></tr>
|
||||
</table><hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
</table><hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -250,7 +250,7 @@ Return the string to be written to the logfile. Called by <a class="el" href="cl
|
||||
</table>
|
||||
<hr>The documentation for this class was generated from the following files:<ul>
|
||||
<li>/include/<a class="el" href="ZE__ZError_8h-source.html">ZE_ZError.h</a><li>/src/<a class="el" href="ZE__ZError_8cpp.html">ZE_ZError.cpp</a></ul>
|
||||
<hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -33,7 +33,7 @@
|
||||
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZObject.html#a0">ZObject</a>()</td><td><a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a></td><td><code> [inline]</code></td></tr>
|
||||
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZFont.html#a2">~ZFont</a>()</td><td><a class="el" href="classZE_1_1ZFont.html">ZE::ZFont</a></td><td></td></tr>
|
||||
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZObject.html#a1">~ZObject</a>()</td><td><a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a></td><td><code> [inline, virtual]</code></td></tr>
|
||||
</table><hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
</table><hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -763,7 +763,7 @@ Get Height of String in Current Font in Pixels. <dl compact><dt><b>Parameters:</
|
||||
</table>
|
||||
<hr>The documentation for this class was generated from the following file:<ul>
|
||||
<li>/include/<a class="el" href="ZE__ZFont_8h-source.html">ZE_ZFont.h</a></ul>
|
||||
<hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -40,7 +40,7 @@
|
||||
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZObject.html#a0">ZObject</a>()</td><td><a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a></td><td><code> [inline]</code></td></tr>
|
||||
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a5">~ZImage</a>()</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
|
||||
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZObject.html#a1">~ZObject</a>()</td><td><a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a></td><td><code> [inline, virtual]</code></td></tr>
|
||||
</table><hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
</table><hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -928,7 +928,7 @@ Get Current Height of Image. <dl compact><dt><b>Returns:</b></dt><dd>Image Heigh
|
||||
</table>
|
||||
<hr>The documentation for this class was generated from the following files:<ul>
|
||||
<li>/include/<a class="el" href="ZE__ZImage_8h-source.html">ZE_ZImage.h</a><li>/src/<a class="el" href="ZE__ZImage_8cpp.html">ZE_ZImage.cpp</a></ul>
|
||||
<hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -27,7 +27,7 @@
|
||||
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZObject.html#a0">ZObject</a>()</td><td><a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a></td><td><code> [inline]</code></td></tr>
|
||||
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZMusic.html#a2">~ZMusic</a>()</td><td><a class="el" href="classZE_1_1ZMusic.html">ZE::ZMusic</a></td><td></td></tr>
|
||||
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZObject.html#a1">~ZObject</a>()</td><td><a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a></td><td><code> [inline, virtual]</code></td></tr>
|
||||
</table><hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
</table><hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -523,7 +523,7 @@ Get current volume of music represented as a value from 0-128. <dl compact><dt><
|
||||
</table>
|
||||
<hr>The documentation for this class was generated from the following file:<ul>
|
||||
<li>/include/<a class="el" href="ZE__ZMusic_8h-source.html">ZE_ZMusic.h</a></ul>
|
||||
<hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -10,7 +10,7 @@
|
||||
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZObject.html#n0">rEngine</a></td><td><a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a></td><td><code> [protected]</code></td></tr>
|
||||
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZObject.html#a0">ZObject</a>()</td><td><a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a></td><td><code> [inline]</code></td></tr>
|
||||
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZObject.html#a1">~ZObject</a>()</td><td><a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a></td><td><code> [inline, virtual]</code></td></tr>
|
||||
</table><hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
</table><hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -84,7 +84,7 @@ This is the base class from which all <a class="el" href="classZE_1_1ZEngine.htm
|
||||
</table>
|
||||
<hr>The documentation for this class was generated from the following file:<ul>
|
||||
<li>/include/<a class="el" href="ZE__ZObject_8h-source.html">ZE_ZObject.h</a></ul>
|
||||
<hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -34,7 +34,7 @@
|
||||
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a0">ZRect</a>()</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
|
||||
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a1">ZRect</a>(float x, float y, float width, float height)</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
|
||||
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a2">ZRect</a>(const ZRect &rhs)</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
|
||||
</table><hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
</table><hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -913,7 +913,7 @@ Access private height member. <dl compact><dt><b>Returns:</b></dt><dd>Value of m
|
||||
</table>
|
||||
<hr>The documentation for this class was generated from the following files:<ul>
|
||||
<li>/include/<a class="el" href="ZE__ZRect_8h-source.html">ZE_ZRect.h</a><li>/src/<a class="el" href="ZE__ZRect_8cpp.html">ZE_ZRect.cpp</a></ul>
|
||||
<hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -27,7 +27,7 @@
|
||||
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZSound.html#a1">ZSound</a>(string filename)</td><td><a class="el" href="classZE_1_1ZSound.html">ZE::ZSound</a></td><td></td></tr>
|
||||
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZObject.html#a1">~ZObject</a>()</td><td><a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a></td><td><code> [inline, virtual]</code></td></tr>
|
||||
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZSound.html#a2">~ZSound</a>()</td><td><a class="el" href="classZE_1_1ZSound.html">ZE::ZSound</a></td><td></td></tr>
|
||||
</table><hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
</table><hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -496,7 +496,7 @@ Get current volume of sound channel represented as a value from 0-128. <dl compa
|
||||
</table>
|
||||
<hr>The documentation for this class was generated from the following file:<ul>
|
||||
<li>/include/<a class="el" href="ZE__ZSound_8h-source.html">ZE_ZSound.h</a></ul>
|
||||
<hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -21,7 +21,7 @@
|
||||
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZObject.html#a0">ZObject</a>()</td><td><a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a></td><td><code> [inline]</code></td></tr>
|
||||
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZTimer.html#a0">ZTimer</a>(bool useZEngine=true)</td><td><a class="el" href="classZE_1_1ZTimer.html">ZE::ZTimer</a></td><td></td></tr>
|
||||
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZObject.html#a1">~ZObject</a>()</td><td><a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a></td><td><code> [inline, virtual]</code></td></tr>
|
||||
</table><hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
</table><hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -254,7 +254,7 @@ Find out paused state of timer. <dl compact><dt><b>Returns:</b></dt><dd>Paused s
|
||||
</table>
|
||||
<hr>The documentation for this class was generated from the following files:<ul>
|
||||
<li>/include/<a class="el" href="ZE__ZTimer_8h-source.html">ZE_ZTimer.h</a><li>/src/<a class="el" href="ZE__ZTimer_8cpp.html">ZE_ZTimer.cpp</a></ul>
|
||||
<hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -34,7 +34,7 @@
|
||||
<tr><td class="indexkey">/src/<a class="el" href="ZE__ZSound_8cpp.html">ZE_ZSound.cpp</a></td><td class="indexvalue">Source file for ZSound</td></tr>
|
||||
<tr><td class="indexkey">/src/<a class="el" href="ZE__ZTimer_8cpp.html">ZE_ZTimer.cpp</a></td><td class="indexvalue">Source file for ZTimer</td></tr>
|
||||
</table>
|
||||
<hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -279,7 +279,7 @@ Here is a list of all documented class members with links to the class documenta
|
||||
: <a class="el" href="classZE_1_1ZMusic.html#a2">ZE::ZMusic</a><li>~ZObject()
|
||||
: <a class="el" href="classZE_1_1ZObject.html#a1">ZE::ZObject</a><li>~ZSound()
|
||||
: <a class="el" href="classZE_1_1ZSound.html#a2">ZE::ZSound</a></ul>
|
||||
<hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -19,16 +19,15 @@ Here is a list of all documented file members with links to the documentation:<h
|
||||
: <a class="el" href="ZE__Utility_8h.html#a1">ZE_Utility.h</a></ul>
|
||||
<h3><a name="index_u">- u -</a>
|
||||
</h3><ul>
|
||||
<li>USE_OPENGL
|
||||
: <a class="el" href="ZE__Defines_8h.html#a0">ZE_Defines.h</a><li>USE_SDL_IMAGE
|
||||
: <a class="el" href="ZE__Defines_8h.html#a2">ZE_Defines.h</a><li>USE_SDL_MIXER
|
||||
: <a class="el" href="ZE__Defines_8h.html#a3">ZE_Defines.h</a><li>USE_SDL_TTF
|
||||
: <a class="el" href="ZE__Defines_8h.html#a1">ZE_Defines.h</a></ul>
|
||||
<li>USE_SDL_IMAGE
|
||||
: <a class="el" href="ZE__Defines_8h.html#a1">ZE_Defines.h</a><li>USE_SDL_MIXER
|
||||
: <a class="el" href="ZE__Defines_8h.html#a2">ZE_Defines.h</a><li>USE_SDL_TTF
|
||||
: <a class="el" href="ZE__Defines_8h.html#a0">ZE_Defines.h</a></ul>
|
||||
<h3><a name="index_v">- v -</a>
|
||||
</h3><ul>
|
||||
<li>VERSION
|
||||
: <a class="el" href="ZE__Defines_8h.html#a4">ZE_Defines.h</a></ul>
|
||||
<hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
: <a class="el" href="ZE__Defines_8h.html#a3">ZE_Defines.h</a></ul>
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -22,7 +22,7 @@
|
||||
</ul>
|
||||
<li><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a>
|
||||
</ul>
|
||||
<hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -36,7 +36,7 @@ Contributing Authors</h2>
|
||||
James Turk <a href="mailto:james@conceptofzero.net"><a href="mailto:james@conceptofzero.net">james@conceptofzero.net</a></a> - Core Engine, Design, Docs, and Classes<br>
|
||||
Gamer Tazar <a href="mailto:tazar@conceptofzero.net"><a href="mailto:tazar@conceptofzero.net">tazar@conceptofzero.net</a></a> - OpenGL assistance<br>
|
||||
Sean <a href="mailto:sean@conceptofzero.net"><a href="mailto:sean@conceptofzero.net">sean@conceptofzero.net</a></a> - MSVC++6 Project Files<br>
|
||||
<hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -170,7 +170,7 @@ Takes identifiers out of fmtstr and parses them, replacing them with coorespond
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -33,7 +33,7 @@ Here is a list of all documented namespace members with links to the namespaces
|
||||
: <a class="el" href="namespaceZE.html#a16a4">ZE</a><li>ZERR_VIDMODE
|
||||
: <a class="el" href="namespaceZE.html#a16a5">ZE</a><li>ZErrorCode
|
||||
: <a class="el" href="namespaceZE.html#a16">ZE</a></ul>
|
||||
<hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<hr><h1>ZEngine Namespace List</h1>Here is a list of all documented namespaces with brief descriptions:<table>
|
||||
<tr><td class="indexkey"><a class="el" href="namespaceZE.html">ZE</a></td><td class="indexvalue"><a class="el" href="classZE_1_1ZEngine.html">ZEngine</a> Namespace</td></tr>
|
||||
</table>
|
||||
<hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
@ -46,7 +46,7 @@
|
||||
00078
|
||||
00079 <span class="comment">/* end of physfsrwops.h ... */</span>
|
||||
00080
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Sat Jan 18 17:53:20 2003 for ZEngine by
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Sun Jan 19 01:04:50 2003 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.3-rc2 </small></address>
|
||||
|
Loading…
Reference in New Issue
Block a user