From 844b2adacd7f51366c921dca2c03246ac10a9e71 Mon Sep 17 00:00:00 2001 From: James Turk Date: Thu, 12 Dec 2002 04:41:59 +0000 Subject: [PATCH] 0.8.0-rc2 --- doc/ZEngine.linux.doxygen | 12 ++--- doc/html/SDLGL__Util_8h-source.html | 6 +-- doc/html/ZE__Defines_8h-source.html | 6 +-- doc/html/ZE__Defines_8h.html | 4 +- doc/html/ZE__Error_8cpp.html | 4 +- doc/html/ZE__Error_8h-source.html | 6 +-- doc/html/ZE__Error_8h.html | 4 +- doc/html/ZE__Includes_8h-source.html | 6 +-- doc/html/ZE__Includes_8h.html | 4 +- doc/html/ZE__Macros_8h-source.html | 6 +-- doc/html/ZE__Macros_8h.html | 4 +- doc/html/ZE__ZConfigFile_8cpp.html | 4 +- doc/html/ZE__ZConfigFile_8h-source.html | 6 +-- doc/html/ZE__ZConfigFile_8h.html | 4 +- doc/html/ZE__ZEngine_8cpp.html | 4 +- doc/html/ZE__ZEngine_8h-source.html | 8 +-- doc/html/ZE__ZEngine_8h.html | 4 +- doc/html/ZE__ZFont_8cpp.html | 4 +- doc/html/ZE__ZFont_8h-source.html | 6 +-- doc/html/ZE__ZFont_8h.html | 4 +- doc/html/ZE__ZImage_8cpp.html | 4 +- doc/html/ZE__ZImage_8h-source.html | 6 +-- doc/html/ZE__ZImage_8h.html | 4 +- doc/html/ZE__ZMusic_8cpp.html | 4 +- doc/html/ZE__ZMusic_8h-source.html | 6 +-- doc/html/ZE__ZMusic_8h.html | 4 +- doc/html/ZE__ZObject_8h-source.html | 6 +-- doc/html/ZE__ZObject_8h.html | 4 +- doc/html/ZE__ZRect_8cpp.html | 4 +- doc/html/ZE__ZRect_8h-source.html | 6 +-- doc/html/ZE__ZRect_8h.html | 4 +- doc/html/ZE__ZSound_8cpp.html | 4 +- doc/html/ZE__ZSound_8h-source.html | 6 +-- doc/html/ZE__ZSound_8h.html | 4 +- doc/html/ZE__ZTimer_8cpp.html | 4 +- doc/html/ZE__ZTimer_8h-source.html | 6 +-- doc/html/ZE__ZTimer_8h.html | 4 +- doc/html/ZEngine_8h-source.html | 6 +-- doc/html/ZEngine_8h.html | 4 +- doc/html/annotated.html | 2 +- doc/html/classZE_1_1ZConfigFile-members.html | 2 +- doc/html/classZE_1_1ZConfigFile.html | 4 +- ..._1ZConfigFile_1_1ZCF__Section-members.html | 2 +- ...lassZE_1_1ZConfigFile_1_1ZCF__Section.html | 4 +- ...1ZConfigFile_1_1ZCF__Variable-members.html | 2 +- ...assZE_1_1ZConfigFile_1_1ZCF__Variable.html | 4 +- doc/html/classZE_1_1ZEngine-members.html | 4 +- doc/html/classZE_1_1ZEngine.html | 14 ++--- doc/html/classZE_1_1ZFont-members.html | 2 +- doc/html/classZE_1_1ZFont.html | 4 +- doc/html/classZE_1_1ZImage-members.html | 2 +- doc/html/classZE_1_1ZImage.html | 4 +- doc/html/classZE_1_1ZMusic-members.html | 2 +- doc/html/classZE_1_1ZMusic.html | 4 +- doc/html/classZE_1_1ZObject-members.html | 2 +- doc/html/classZE_1_1ZObject.html | 4 +- doc/html/classZE_1_1ZRect-members.html | 2 +- doc/html/classZE_1_1ZRect.html | 4 +- doc/html/classZE_1_1ZSound-members.html | 2 +- doc/html/classZE_1_1ZSound.html | 4 +- doc/html/classZE_1_1ZTimer-members.html | 2 +- doc/html/classZE_1_1ZTimer.html | 4 +- doc/html/files.html | 52 +++++++++---------- doc/html/functions.html | 4 +- doc/html/globals.html | 2 +- doc/html/hierarchy.html | 2 +- doc/html/index.html | 29 ++++++++++- doc/html/namespaceZE.html | 2 +- doc/html/namespacemembers.html | 2 +- doc/html/namespaces.html | 2 +- doc/html/physfsrwops_8h-source.html | 6 +-- 71 files changed, 201 insertions(+), 176 deletions(-) diff --git a/doc/ZEngine.linux.doxygen b/doc/ZEngine.linux.doxygen index 7306951..f0240b0 100644 --- a/doc/ZEngine.linux.doxygen +++ b/doc/ZEngine.linux.doxygen @@ -4,8 +4,8 @@ # General configuration options #--------------------------------------------------------------------------- PROJECT_NAME = ZEngine -PROJECT_NUMBER = 0.8.0-rc1 -OUTPUT_DIRECTORY = /home/James/ZEngine-0.8.0-rc1/doc +PROJECT_NUMBER = 0.8.0-rc2 +OUTPUT_DIRECTORY = /home/James/ZEngine-0.8.0-rc2/doc OUTPUT_LANGUAGE = English EXTRACT_ALL = NO EXTRACT_PRIVATE = YES @@ -19,7 +19,7 @@ REPEAT_BRIEF = NO ALWAYS_DETAILED_SEC = NO INLINE_INHERITED_MEMB = NO FULL_PATH_NAMES = YES -STRIP_FROM_PATH = /home/James/ZEngine-0.8.0-rc1/ +STRIP_FROM_PATH = /home/James/ZEngine-0.8.0-rc2/ INTERNAL_DOCS = NO STRIP_CODE_COMMENTS = YES CASE_SENSE_NAMES = YES @@ -52,12 +52,12 @@ QUIET = NO WARNINGS = YES WARN_IF_UNDOCUMENTED = YES WARN_FORMAT = "$file:$line: $text" -WARN_LOGFILE = /home/James/ZEngine-0.8.0-rc1/doc/ZEngine.log +WARN_LOGFILE = /home/James/ZEngine-0.8.0-rc2/doc/ZEngine.log #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = /home/James/ZEngine-0.8.0-rc1/src \ - /home/James/ZEngine-0.8.0-rc1/include +INPUT = /home/James/ZEngine-0.8.0-rc2/src \ + /home/James/ZEngine-0.8.0-rc2/include FILE_PATTERNS = RECURSIVE = YES EXCLUDE = diff --git a/doc/html/SDLGL__Util_8h-source.html b/doc/html/SDLGL__Util_8h-source.html index 2569efb..7ff8154 100755 --- a/doc/html/SDLGL__Util_8h-source.html +++ b/doc/html/SDLGL__Util_8h-source.html @@ -1,12 +1,12 @@ -/home/James/ZEngine-dev/include/external/SDLGL_Util.h Source File +include/external/SDLGL_Util.h Source File
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

/home/James/ZEngine-dev/include/external/SDLGL_Util.h

00001 /*This code comes from testgl.c which is part of the SDL source distribution.
+

include/external/SDLGL_Util.h

00001 /*This code comes from testgl.c which is part of the SDL source distribution.
 00002     Available at http://libsdl.org/
 00003 */
 00004 #ifndef __sdlgl_h__
@@ -18,7 +18,7 @@
 00010 GLuint SDL_GL_LoadTexture(SDL_Surface *surface, GLfloat *texcoord);
 00011 
 00012 #endif //__sdlgl_h__
-

Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +

Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/ZE__Defines_8h-source.html b/doc/html/ZE__Defines_8h-source.html index dbad65c..d23ab4c 100644 --- a/doc/html/ZE__Defines_8h-source.html +++ b/doc/html/ZE__Defines_8h-source.html @@ -1,12 +1,12 @@ -/home/James/ZEngine-dev/include/ZE_Defines.h Source File +include/ZE_Defines.h Source File
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

/home/James/ZEngine-dev/include/ZE_Defines.h

Go to the documentation of this file.
00001 /*******************************************************************************
+

include/ZE_Defines.h

Go to the documentation of this file.
00001 /*******************************************************************************
 00002          This file is Part of the ZEngine Library for SDL Game Development.
 00003                       Copyright (C) 2002 ConceptOfZero.net
 00004 
@@ -28,7 +28,7 @@
 00039 #define VERSION "0.7.6"
 00040 
 00041 #endif //__ze_defines_h__
-

Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +

Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/ZE__Defines_8h.html b/doc/html/ZE__Defines_8h.html index 0e7ee59..43db1fc 100644 --- a/doc/html/ZE__Defines_8h.html +++ b/doc/html/ZE__Defines_8h.html @@ -6,7 +6,7 @@
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

/home/James/ZEngine-dev/include/ZE_Defines.h File Reference


Detailed Description

+

include/ZE_Defines.h File Reference


Detailed Description

File Header:
File: ZE_Defines.h
Description: Defines header file for ZEngine class, where all #define statements to control compilation options are placed.
Author(s): James Turk
@@ -37,7 +37,7 @@ Definition file, holds #define statements describing optional features of ZEngin #define VERSION   "0.7.6"  Version number.

-
Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/ZE__Error_8cpp.html b/doc/html/ZE__Error_8cpp.html index 1ec271c..5c8bfa7 100644 --- a/doc/html/ZE__Error_8cpp.html +++ b/doc/html/ZE__Error_8cpp.html @@ -6,7 +6,7 @@
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

/home/James/ZEngine-dev/src/ZE_Error.cpp File Reference


Detailed Description

+

src/ZE_Error.cpp File Reference


Detailed Description

File Header:
File: ZE_Error.cpp
Description: Implementation source file for ZEngine error logging utility functions.
Author(s): James Turk
@@ -22,7 +22,7 @@ Error logging utilities for ZEngine and programs making use of ZEngine.

Namespaces

namespace  ZE -
Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/ZE__Error_8h-source.html b/doc/html/ZE__Error_8h-source.html index 624a05b..e18b3cd 100644 --- a/doc/html/ZE__Error_8h-source.html +++ b/doc/html/ZE__Error_8h-source.html @@ -1,12 +1,12 @@ -/home/James/ZEngine-dev/include/ZE_Error.h Source File +include/ZE_Error.h Source File
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

/home/James/ZEngine-dev/include/ZE_Error.h

Go to the documentation of this file.
00001 /*******************************************************************************
+

include/ZE_Error.h

Go to the documentation of this file.
00001 /*******************************************************************************
 00002          This file is Part of the ZEngine Library for SDL Game Development.
 00003                       Copyright (C) 2002 ConceptOfZero.net
 00004 
@@ -40,7 +40,7 @@
 00079 }
 00080 
 00081 #endif //__ze_error_h__
-

Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +

Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/ZE__Error_8h.html b/doc/html/ZE__Error_8h.html index fd78fc1..2cfd346 100644 --- a/doc/html/ZE__Error_8h.html +++ b/doc/html/ZE__Error_8h.html @@ -6,7 +6,7 @@
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

/home/James/ZEngine-dev/include/ZE_Error.h File Reference


Detailed Description

+

include/ZE_Error.h File Reference


Detailed Description

File Header:
File: ZE_Error.h
Description: Header file for ZEngine Error Handling Functions.
Author(s): James Turk
@@ -82,7 +82,7 @@ Creates a string about an error, telling what file it occured in and where, and Logs a string about an error, telling what file it occured in and where, and gives a user defined string as well. -
Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/ZE__Includes_8h-source.html b/doc/html/ZE__Includes_8h-source.html index e11f835..8af9aeb 100644 --- a/doc/html/ZE__Includes_8h-source.html +++ b/doc/html/ZE__Includes_8h-source.html @@ -1,12 +1,12 @@ -/home/James/ZEngine-dev/include/ZE_Includes.h Source File +include/ZE_Includes.h Source File
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

/home/James/ZEngine-dev/include/ZE_Includes.h

Go to the documentation of this file.
00001 /*******************************************************************************
+

include/ZE_Includes.h

Go to the documentation of this file.
00001 /*******************************************************************************
 00002          This file is Part of the ZEngine Library for SDL Game Development.
 00003                       Copyright (C) 2002 ConceptOfZero.net
 00004 
@@ -49,7 +49,7 @@
 00055 using namespace std;
 00056 
 00057 #endif //__ze_includes_h__
-

Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +

Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/ZE__Includes_8h.html b/doc/html/ZE__Includes_8h.html index fd96120..80e0da1 100644 --- a/doc/html/ZE__Includes_8h.html +++ b/doc/html/ZE__Includes_8h.html @@ -6,7 +6,7 @@
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

/home/James/ZEngine-dev/include/ZE_Includes.h File Reference


Detailed Description

+

include/ZE_Includes.h File Reference


Detailed Description

File Header:
File: ZE_Includes.h
Description: Header file for ZEngine universal includes.
Author(s): James Turk
@@ -38,7 +38,7 @@ ZE_*.h files should only include this file and any other ZE_*.h files that they

Namespaces

namespace  std -
Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/ZE__Macros_8h-source.html b/doc/html/ZE__Macros_8h-source.html index 5de4fe0..097f10d 100755 --- a/doc/html/ZE__Macros_8h-source.html +++ b/doc/html/ZE__Macros_8h-source.html @@ -1,12 +1,12 @@ -/home/James/ZEngine-dev/include/ZE_Macros.h Source File +include/ZE_Macros.h Source File
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

/home/James/ZEngine-dev/include/ZE_Macros.h

Go to the documentation of this file.
00001 /*******************************************************************************
+

include/ZE_Macros.h

Go to the documentation of this file.
00001 /*******************************************************************************
 00002          This file is Part of the ZEngine Library for SDL Game Development.
 00003                       Copyright (C) 2002 ConceptOfZero.net
 00004 
@@ -43,7 +43,7 @@
 00057 
 00058 #endif //__ze_macros_h__
 00059 
-

Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +

Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/ZE__Macros_8h.html b/doc/html/ZE__Macros_8h.html index b74eec7..c431754 100755 --- a/doc/html/ZE__Macros_8h.html +++ b/doc/html/ZE__Macros_8h.html @@ -6,7 +6,7 @@
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

/home/James/ZEngine-dev/include/ZE_Macros.h File Reference


Detailed Description

+

include/ZE_Macros.h File Reference


Detailed Description

File Header:
File: ZE_Macros.h
Description: Header file for ZEngine Macros.
Author(s): James Turk
@@ -138,7 +138,7 @@ Safely free a Mix_Music* and set it to NULL. Safely free a TTF_Font and set it to NULL. -
Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/ZE__ZConfigFile_8cpp.html b/doc/html/ZE__ZConfigFile_8cpp.html index 8bb00be..f5bfd84 100644 --- a/doc/html/ZE__ZConfigFile_8cpp.html +++ b/doc/html/ZE__ZConfigFile_8cpp.html @@ -6,7 +6,7 @@
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

/home/James/ZEngine-dev/src/ZE_ZConfigFile.cpp File Reference


Detailed Description

+

src/ZE_ZConfigFile.cpp File Reference


Detailed Description

File Header:
File: ZE_ZConfigFile.cpp
Description: Implementation source file for ZConfigFile, the ZEngine INI-Style Config File.
Author(s): James Turk
@@ -22,7 +22,7 @@ Implementation of ZConfigFile, the ZEngine INI-Style Config File.

Namespaces

namespace  ZE -
Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/ZE__ZConfigFile_8h-source.html b/doc/html/ZE__ZConfigFile_8h-source.html index ff6f24d..5e51285 100644 --- a/doc/html/ZE__ZConfigFile_8h-source.html +++ b/doc/html/ZE__ZConfigFile_8h-source.html @@ -1,12 +1,12 @@ -/home/James/ZEngine-dev/include/ZE_ZConfigFile.h Source File +include/ZE_ZConfigFile.h Source File
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

/home/James/ZEngine-dev/include/ZE_ZConfigFile.h

Go to the documentation of this file.
00001 /*******************************************************************************
+

include/ZE_ZConfigFile.h

Go to the documentation of this file.
00001 /*******************************************************************************
 00002          This file is Part of the ZEngine Library for SDL Game Development.
 00003                       Copyright (C) 2002 ConceptOfZero.net
 00004 
@@ -89,7 +89,7 @@
 00243 }
 00244 
 00245 #endif //__ze_zconfigfile_h__
-

Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +

Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/ZE__ZConfigFile_8h.html b/doc/html/ZE__ZConfigFile_8h.html index 0aedb62..353e193 100644 --- a/doc/html/ZE__ZConfigFile_8h.html +++ b/doc/html/ZE__ZConfigFile_8h.html @@ -6,7 +6,7 @@
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

/home/James/ZEngine-dev/include/ZE_ZConfigFile.h File Reference


Detailed Description

+

include/ZE_ZConfigFile.h File Reference


Detailed Description

File Header:
File: Types/ZE_ZConfigFile.h
Description: Header file for ZEngine INI-Style Config Files.
Author(s): James Turk
@@ -24,7 +24,7 @@ Definition file for ZConfigFile, an INI-style Config format.

Namespaces

namespace  ZE -
Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/ZE__ZEngine_8cpp.html b/doc/html/ZE__ZEngine_8cpp.html index 8ce6725..f1ed42f 100644 --- a/doc/html/ZE__ZEngine_8cpp.html +++ b/doc/html/ZE__ZEngine_8cpp.html @@ -6,7 +6,7 @@
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

/home/James/ZEngine-dev/src/ZE_ZEngine.cpp File Reference


Detailed Description

+

src/ZE_ZEngine.cpp File Reference


Detailed Description

File Header:
File: ZE_ZEngine.cpp
Description: Implementation source file for ZEngine library main singleton class.
Author(s): James Turk
@@ -22,7 +22,7 @@ Actual implementation of ZEngine singleton class at heart of ZEngine.

Namespaces

namespace  ZE -
Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/ZE__ZEngine_8h-source.html b/doc/html/ZE__ZEngine_8h-source.html index 29cd090..65422f2 100644 --- a/doc/html/ZE__ZEngine_8h-source.html +++ b/doc/html/ZE__ZEngine_8h-source.html @@ -1,12 +1,12 @@ -/home/James/ZEngine-dev/include/ZE_ZEngine.h Source File +include/ZE_ZEngine.h Source File
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

/home/James/ZEngine-dev/include/ZE_ZEngine.h

Go to the documentation of this file.
00001 /*******************************************************************************
+

include/ZE_ZEngine.h

Go to the documentation of this file.
00001 /*******************************************************************************
 00002          This file is Part of the ZEngine Library for SDL Game Development.
 00003                       Copyright (C) 2002 ConceptOfZero.net
 00004 
@@ -81,7 +81,7 @@
 00163     public:
 00170         SDL_Surface *Display();
 00171 
-00177         void UpdateScreen();
+00177         void Update();
 00178 
 00188         void Clear(float red=0.0f, float green=0.0f, float blue=0.0f, float alpha=1.0f);
 00189 
@@ -195,7 +195,7 @@
 00512 }
 00513 
 00514 #endif //__ze_zengine_h__
-

Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +

Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/ZE__ZEngine_8h.html b/doc/html/ZE__ZEngine_8h.html index 5844b5f..9f5d4cc 100644 --- a/doc/html/ZE__ZEngine_8h.html +++ b/doc/html/ZE__ZEngine_8h.html @@ -6,7 +6,7 @@
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

/home/James/ZEngine-dev/include/ZE_ZEngine.h File Reference


Detailed Description

+

include/ZE_ZEngine.h File Reference


Detailed Description

File Header:
File: ZE_ZEngine.h
Description: Header file for ZEngine class, the core of the ZEngine.
Author(s): James Turk
@@ -27,7 +27,7 @@ ZEngine Game Engine core Engine definition.

Namespaces

namespace  ZE -
Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/ZE__ZFont_8cpp.html b/doc/html/ZE__ZFont_8cpp.html index 4fce202..00a3fa1 100644 --- a/doc/html/ZE__ZFont_8cpp.html +++ b/doc/html/ZE__ZFont_8cpp.html @@ -6,7 +6,7 @@
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

/home/James/ZEngine-dev/src/ZE_ZFont.cpp File Reference


Detailed Description

+

src/ZE_ZFont.cpp File Reference


Detailed Description

File Header:
File: ZE_ZFont.cpp
Description: Implementation source file for core ZEngine Font Object.
Author(s): James Turk
@@ -20,7 +20,7 @@ Implementation of ZFont, the basic Font class for ZEngine.
-
Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/ZE__ZFont_8h-source.html b/doc/html/ZE__ZFont_8h-source.html index 807c09c..c023c49 100644 --- a/doc/html/ZE__ZFont_8h-source.html +++ b/doc/html/ZE__ZFont_8h-source.html @@ -1,12 +1,12 @@ -/home/James/ZEngine-dev/include/ZE_ZFont.h Source File +include/ZE_ZFont.h Source File
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

/home/James/ZEngine-dev/include/ZE_ZFont.h

Go to the documentation of this file.
00001 /*******************************************************************************
+

include/ZE_ZFont.h

Go to the documentation of this file.
00001 /*******************************************************************************
 00002          This file is Part of the ZEngine Library for SDL Game Development.
 00003                       Copyright (C) 2002 ConceptOfZero.net
 00004 
@@ -87,7 +87,7 @@
 00230 #endif //USE_SDL_TTF
 00231 
 00232 #endif //__ze_zfont_h__
-

Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +

Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/ZE__ZFont_8h.html b/doc/html/ZE__ZFont_8h.html index c037bcc..ad3b7d0 100644 --- a/doc/html/ZE__ZFont_8h.html +++ b/doc/html/ZE__ZFont_8h.html @@ -6,7 +6,7 @@
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

/home/James/ZEngine-dev/include/ZE_ZFont.h File Reference


Detailed Description

+

include/ZE_ZFont.h File Reference


Detailed Description

File Header:
File: ZE_ZFont.h
Description: Header file for core ZEngine Font Object.
Author(s): James Turk
@@ -25,7 +25,7 @@ Definition file for ZFont, the basic Font class for ZEngine.

Namespaces

namespace  ZE -
Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/ZE__ZImage_8cpp.html b/doc/html/ZE__ZImage_8cpp.html index fe03e8a..c5d67c5 100644 --- a/doc/html/ZE__ZImage_8cpp.html +++ b/doc/html/ZE__ZImage_8cpp.html @@ -6,7 +6,7 @@
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

/home/James/ZEngine-dev/src/ZE_ZImage.cpp File Reference


Detailed Description

+

src/ZE_ZImage.cpp File Reference


Detailed Description

File Header:
File: ZE_ZImage.cpp
Description: Implementation source file for core ZEngine Image or Texture Object.
Author(s): James Turk, Gamer Tazar
@@ -22,7 +22,7 @@ Implementation of ZImage, the Image class for ZEngine.

Namespaces

namespace  ZE -
Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/ZE__ZImage_8h-source.html b/doc/html/ZE__ZImage_8h-source.html index ccef2aa..18ef4da 100644 --- a/doc/html/ZE__ZImage_8h-source.html +++ b/doc/html/ZE__ZImage_8h-source.html @@ -1,12 +1,12 @@ -/home/James/ZEngine-dev/include/ZE_ZImage.h Source File +include/ZE_ZImage.h Source File
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

/home/James/ZEngine-dev/include/ZE_ZImage.h

Go to the documentation of this file.
00001 /*******************************************************************************
+

include/ZE_ZImage.h

Go to the documentation of this file.
00001 /*******************************************************************************
 00002          This file is Part of the ZEngine Library for SDL Game Development.
 00003                       Copyright (C) 2002 ConceptOfZero.net
 00004 
@@ -88,7 +88,7 @@
 00246 }
 00247 
 00248 #endif
-

Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +

Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/ZE__ZImage_8h.html b/doc/html/ZE__ZImage_8h.html index 3746b6f..a3d597a 100644 --- a/doc/html/ZE__ZImage_8h.html +++ b/doc/html/ZE__ZImage_8h.html @@ -6,7 +6,7 @@
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

/home/James/ZEngine-dev/include/ZE_ZImage.h File Reference


Detailed Description

+

include/ZE_ZImage.h File Reference


Detailed Description

File Header:
File: ZE_ZImage.h
Description: Header file for core ZEngine Image and Texture Object.
Author(s): James Turk, Gamer Tazar
@@ -24,7 +24,7 @@ Definition file for ZImage, the OpenGL version of the ZImage class for ZEngine.

Namespaces

namespace  ZE -
Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/ZE__ZMusic_8cpp.html b/doc/html/ZE__ZMusic_8cpp.html index f2bc7fb..566ce58 100644 --- a/doc/html/ZE__ZMusic_8cpp.html +++ b/doc/html/ZE__ZMusic_8cpp.html @@ -6,7 +6,7 @@
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

/home/James/ZEngine-dev/src/ZE_ZMusic.cpp File Reference


Detailed Description

+

src/ZE_ZMusic.cpp File Reference


Detailed Description

File Header:
File: ZE_ZMusic.cpp
Description: Implementation source file for core ZEngine Music Object.
Author(s): James Turk
@@ -20,7 +20,7 @@ Implementation of ZMusic, the basic Music class for ZEngine.
-
Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/ZE__ZMusic_8h-source.html b/doc/html/ZE__ZMusic_8h-source.html index 1edcece..aa4e7ce 100644 --- a/doc/html/ZE__ZMusic_8h-source.html +++ b/doc/html/ZE__ZMusic_8h-source.html @@ -1,12 +1,12 @@ -/home/James/ZEngine-dev/include/ZE_ZMusic.h Source File +include/ZE_ZMusic.h Source File
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

/home/James/ZEngine-dev/include/ZE_ZMusic.h

Go to the documentation of this file.
00001 /*******************************************************************************
+

include/ZE_ZMusic.h

Go to the documentation of this file.
00001 /*******************************************************************************
 00002          This file is Part of the ZEngine Library for SDL Game Development.
 00003                       Copyright (C) 2002 ConceptOfZero.net
 00004 
@@ -77,7 +77,7 @@
 00181 #endif //USE_SDL_MIXER
 00182 
 00183 #endif //__ze_zmusic_h__
-

Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +

Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/ZE__ZMusic_8h.html b/doc/html/ZE__ZMusic_8h.html index 8e87a26..e256e11 100644 --- a/doc/html/ZE__ZMusic_8h.html +++ b/doc/html/ZE__ZMusic_8h.html @@ -6,7 +6,7 @@
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

/home/James/ZEngine-dev/include/ZE_ZMusic.h File Reference


Detailed Description

+

include/ZE_ZMusic.h File Reference


Detailed Description

File Header:
File: ZE_ZMusic.h
Description: Header file for core ZEngine Music Wrapper Object.
Author(s): James Turk
@@ -24,7 +24,7 @@ Definition file for ZMusic, the Music file wrapper for ZEngine.

Namespaces

namespace  ZE -
Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/ZE__ZObject_8h-source.html b/doc/html/ZE__ZObject_8h-source.html index 90fc04a..79cad8d 100644 --- a/doc/html/ZE__ZObject_8h-source.html +++ b/doc/html/ZE__ZObject_8h-source.html @@ -1,12 +1,12 @@ -/home/James/ZEngine-dev/include/ZE_ZObject.h Source File +include/ZE_ZObject.h Source File
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

/home/James/ZEngine-dev/include/ZE_ZObject.h

Go to the documentation of this file.
00001 /*******************************************************************************
+

include/ZE_ZObject.h

Go to the documentation of this file.
00001 /*******************************************************************************
 00002          This file is Part of the ZEngine Library for SDL Game Development.
 00003                       Copyright (C) 2002 ConceptOfZero.net
 00004 
@@ -35,7 +35,7 @@
 00056 }
 00057 
 00058 #endif //__ze_zobject_h__
-

Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +

Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/ZE__ZObject_8h.html b/doc/html/ZE__ZObject_8h.html index 116cb73..f261b22 100644 --- a/doc/html/ZE__ZObject_8h.html +++ b/doc/html/ZE__ZObject_8h.html @@ -6,7 +6,7 @@
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

/home/James/ZEngine-dev/include/ZE_ZObject.h File Reference


Detailed Description

+

include/ZE_ZObject.h File Reference


Detailed Description

File Header:
File: ZE_ZObject.h
Description: Header file for ZEngine core Object ZObject, base of most ZEngine objects.
Author(s): James Turk
@@ -24,7 +24,7 @@ Definition file for ZObject the Virtual Base Class for majority of the ZEngine O

Namespaces

namespace  ZE -
Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/ZE__ZRect_8cpp.html b/doc/html/ZE__ZRect_8cpp.html index 572c319..7cc4807 100644 --- a/doc/html/ZE__ZRect_8cpp.html +++ b/doc/html/ZE__ZRect_8cpp.html @@ -6,7 +6,7 @@
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

/home/James/ZEngine-dev/src/ZE_ZRect.cpp File Reference


Detailed Description

+

src/ZE_ZRect.cpp File Reference


Detailed Description

File Header:
File: ZE_ZRect.cpp
Description: Implementation source file for core ZEngine Rectangle Object.
Author(s): James Turk
@@ -22,7 +22,7 @@ Implementation of ZRect, the Rectangle class for ZEngine.

Namespaces

namespace  ZE -
Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/ZE__ZRect_8h-source.html b/doc/html/ZE__ZRect_8h-source.html index e40d6f7..9c6ec57 100644 --- a/doc/html/ZE__ZRect_8h-source.html +++ b/doc/html/ZE__ZRect_8h-source.html @@ -1,12 +1,12 @@ -/home/James/ZEngine-dev/include/ZE_ZRect.h Source File +include/ZE_ZRect.h Source File
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

/home/James/ZEngine-dev/include/ZE_ZRect.h

Go to the documentation of this file.
00001 /*******************************************************************************
+

include/ZE_ZRect.h

Go to the documentation of this file.
00001 /*******************************************************************************
 00002          This file is Part of the ZEngine Library for SDL Game Development.
 00003                       Copyright (C) 2002 ConceptOfZero.net
 00004 
@@ -84,7 +84,7 @@
 00253 } //namspace ZE
 00254 
 00255 #endif //__ze_zrect_h__
-

Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +

Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/ZE__ZRect_8h.html b/doc/html/ZE__ZRect_8h.html index 2d292c6..a86e4a6 100644 --- a/doc/html/ZE__ZRect_8h.html +++ b/doc/html/ZE__ZRect_8h.html @@ -6,7 +6,7 @@
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

/home/James/ZEngine-dev/include/ZE_ZRect.h File Reference


Detailed Description

+

include/ZE_ZRect.h File Reference


Detailed Description

File Header:
File: ZE_ZRect.h
Description: Header file for core ZEngine Rectangle Object.
Author(s): James Turk
@@ -24,7 +24,7 @@ Definition file for ZRect, the Rectangle class for ZEngine.

Namespaces

namespace  ZE -
Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/ZE__ZSound_8cpp.html b/doc/html/ZE__ZSound_8cpp.html index 1284c2f..cfec25a 100644 --- a/doc/html/ZE__ZSound_8cpp.html +++ b/doc/html/ZE__ZSound_8cpp.html @@ -6,7 +6,7 @@
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

/home/James/ZEngine-dev/src/ZE_ZSound.cpp File Reference


Detailed Description

+

src/ZE_ZSound.cpp File Reference


Detailed Description

File Header:
File: ZE_ZSound.cpp
Description: Implementation source file for core ZEngine Sound Object.
Author(s): James Turk
@@ -20,7 +20,7 @@ Implementation of ZSound, the basic Sound class for ZEngine.
-
Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/ZE__ZSound_8h-source.html b/doc/html/ZE__ZSound_8h-source.html index c0f7632..572ffbc 100644 --- a/doc/html/ZE__ZSound_8h-source.html +++ b/doc/html/ZE__ZSound_8h-source.html @@ -1,12 +1,12 @@ -/home/James/ZEngine-dev/include/ZE_ZSound.h Source File +include/ZE_ZSound.h Source File
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

/home/James/ZEngine-dev/include/ZE_ZSound.h

Go to the documentation of this file.
00001 /*******************************************************************************
+

include/ZE_ZSound.h

Go to the documentation of this file.
00001 /*******************************************************************************
 00002          This file is Part of the ZEngine Library for SDL Game Development.
 00003                       Copyright (C) 2002 ConceptOfZero.net
 00004 
@@ -76,7 +76,7 @@
 00176 #endif //USE_SDL_MIXER
 00177 
 00178 #endif //__ze_zsound_h__
-

Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +

Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/ZE__ZSound_8h.html b/doc/html/ZE__ZSound_8h.html index 115341c..9355ef4 100644 --- a/doc/html/ZE__ZSound_8h.html +++ b/doc/html/ZE__ZSound_8h.html @@ -6,7 +6,7 @@
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

/home/James/ZEngine-dev/include/ZE_ZSound.h File Reference


Detailed Description

+

include/ZE_ZSound.h File Reference


Detailed Description

File Header:
File: ZE_ZSound.h
Description: Header file for core ZEngine Sound Wrapper Object.
Author(s): James Turk
@@ -24,7 +24,7 @@ Definition file for ZSound, the Sound Effect wrapper for ZEngine.

Namespaces

namespace  ZE -
Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/ZE__ZTimer_8cpp.html b/doc/html/ZE__ZTimer_8cpp.html index bb61ec7..a562261 100644 --- a/doc/html/ZE__ZTimer_8cpp.html +++ b/doc/html/ZE__ZTimer_8cpp.html @@ -6,7 +6,7 @@
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

/home/James/ZEngine-dev/src/ZE_ZTimer.cpp File Reference


Detailed Description

+

src/ZE_ZTimer.cpp File Reference


Detailed Description

File Header:
File: ZE_ZTimer.cpp
Description: Implementation source file for core ZEngine Timer Object.
Author(s): James Turk
@@ -22,7 +22,7 @@ Implementation of ZTimer, the basic Timer class for ZEngine.

Namespaces

namespace  ZE -
Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/ZE__ZTimer_8h-source.html b/doc/html/ZE__ZTimer_8h-source.html index 36d56fe..627af49 100644 --- a/doc/html/ZE__ZTimer_8h-source.html +++ b/doc/html/ZE__ZTimer_8h-source.html @@ -1,12 +1,12 @@ -/home/James/ZEngine-dev/include/ZE_ZTimer.h Source File +include/ZE_ZTimer.h Source File
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

/home/James/ZEngine-dev/include/ZE_ZTimer.h

Go to the documentation of this file.
00001 /*******************************************************************************
+

include/ZE_ZTimer.h

Go to the documentation of this file.
00001 /*******************************************************************************
 00002          This file is Part of the ZEngine Library for SDL Game Development.
 00003                       Copyright (C) 2002 ConceptOfZero.net
 00004 
@@ -52,7 +52,7 @@
 00105 }
 00106 
 00107 #endif //__ze_ztimer_h__
-

Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +

Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/ZE__ZTimer_8h.html b/doc/html/ZE__ZTimer_8h.html index b224804..b7f4087 100644 --- a/doc/html/ZE__ZTimer_8h.html +++ b/doc/html/ZE__ZTimer_8h.html @@ -6,7 +6,7 @@
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

/home/James/ZEngine-dev/include/ZE_ZTimer.h File Reference


Detailed Description

+

include/ZE_ZTimer.h File Reference


Detailed Description

File Header:
File: ZE_ZTimer.h
Description: Header file for core ZEngine Timer Object.
Author(s): James Turk
@@ -24,7 +24,7 @@ Definition file for ZTimer, the Timer class for ZEngine.

Namespaces

namespace  ZE -
Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/ZEngine_8h-source.html b/doc/html/ZEngine_8h-source.html index e4c0a88..e765980 100644 --- a/doc/html/ZEngine_8h-source.html +++ b/doc/html/ZEngine_8h-source.html @@ -1,12 +1,12 @@ -/home/James/ZEngine-dev/include/ZEngine.h Source File +include/ZEngine.h Source File
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

/home/James/ZEngine-dev/include/ZEngine.h

Go to the documentation of this file.
00001 
+

include/ZEngine.h

Go to the documentation of this file.
00001 
 00045 #include "ZE_ZEngine.h"
 00046 #include "ZE_Macros.h"
 00047 #include "ZE_ZImage.h"
@@ -21,7 +21,7 @@
 00056 #include "ZE_ZMusic.h"
 00057 #endif
 00058 
-

Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +

Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/ZEngine_8h.html b/doc/html/ZEngine_8h.html index 25fe905..b94814d 100644 --- a/doc/html/ZEngine_8h.html +++ b/doc/html/ZEngine_8h.html @@ -6,7 +6,7 @@
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
-

/home/James/ZEngine-dev/include/ZEngine.h File Reference


Detailed Description

+

include/ZEngine.h File Reference


Detailed Description

File Header:
File: ZEngine.h
Description: Public Header File for ZEngine.
Author(s): James Turk
@@ -30,7 +30,7 @@ Header file for ZEngine Game Engine from Concept of Zero, this is the file that Go to the source code of this file.
-
Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/annotated.html b/doc/html/annotated.html index 5ec9405..59001f6 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -19,7 +19,7 @@ ZE::ZSoundZSound class for playing sound effects. (WAV) ZE::ZTimerZTimer class for Timer use -
Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/classZE_1_1ZConfigFile-members.html b/doc/html/classZE_1_1ZConfigFile-members.html index 1ef6ae2..3fb1596 100644 --- a/doc/html/classZE_1_1ZConfigFile-members.html +++ b/doc/html/classZE_1_1ZConfigFile-members.html @@ -29,7 +29,7 @@ ZObject()ZE::ZObject [inline] ~ZConfigFile()ZE::ZConfigFile ~ZObject()ZE::ZObject [inline, virtual] -
Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
diff --git a/doc/html/classZE_1_1ZConfigFile.html b/doc/html/classZE_1_1ZConfigFile.html index 2579fcd..5826589 100644 --- a/doc/html/classZE_1_1ZConfigFile.html +++ b/doc/html/classZE_1_1ZConfigFile.html @@ -769,8 +769,8 @@ Flush the file and clear the filename.
The documentation for this class was generated from the following files: -
Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
  • include/ZE_ZConfigFile.h
  • src/ZE_ZConfigFile.cpp +
    Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
    diff --git a/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Section-members.html b/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Section-members.html index 42847c6..5342b7a 100755 --- a/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Section-members.html +++ b/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Section-members.html @@ -9,7 +9,7 @@

    ZE::ZConfigFile::ZCF_Section Member List

    This is the complete list of members for ZE::ZConfigFile::ZCF_Section, including all inherited members. -
    sectionZE::ZConfigFile::ZCF_Section
    varListZE::ZConfigFile::ZCF_Section

    Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
    Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
    diff --git a/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Section.html b/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Section.html index 99453c6..ba9943f 100755 --- a/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Section.html +++ b/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Section.html @@ -20,8 +20,8 @@ list< ZCF_V  STL list of variables.


    The documentation for this class was generated from the following file:
    -
    Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
  • include/ZE_ZConfigFile.h +
    Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
    diff --git a/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Variable-members.html b/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Variable-members.html index 79214d1..e07c507 100755 --- a/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Variable-members.html +++ b/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Variable-members.html @@ -9,7 +9,7 @@

    ZE::ZConfigFile::ZCF_Variable Member List

    This is the complete list of members for ZE::ZConfigFile::ZCF_Variable, including all inherited members. -
    valZE::ZConfigFile::ZCF_Variable
    varZE::ZConfigFile::ZCF_Variable

    Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
    Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
    diff --git a/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Variable.html b/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Variable.html index d8792fa..22bc112 100755 --- a/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Variable.html +++ b/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Variable.html @@ -20,8 +20,8 @@ string ZE_ZConfigFile.h -
    Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
  • include/ZE_ZConfigFile.h +
    Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
    diff --git a/doc/html/classZE_1_1ZEngine-members.html b/doc/html/classZE_1_1ZEngine-members.html index 066f57c..5336f2e 100644 --- a/doc/html/classZE_1_1ZEngine-members.html +++ b/doc/html/classZE_1_1ZEngine-members.html @@ -65,10 +65,10 @@ ShowCursor()ZE::ZEngine sInstanceZE::ZEngine [private, static] UnpauseTimer()ZE::ZEngine - UpdateScreen()ZE::ZEngine + Update()ZE::ZEngine Width()ZE::ZEngine ZEngine()ZE::ZEngine [private] -
    Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
    Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
    diff --git a/doc/html/classZE_1_1ZEngine.html b/doc/html/classZE_1_1ZEngine.html index 24e97bf..60fc86b 100644 --- a/doc/html/classZE_1_1ZEngine.html +++ b/doc/html/classZE_1_1ZEngine.html @@ -24,8 +24,8 @@  Quit SDL and any Subsystems.

    SDL_Surface * Display ()  Allow access to Screen Surface.

    -void UpdateScreen () - Update screen contents.

    +void Update () + Update display contents.

    void Clear (float red=0.0f, float green=0.0f, float blue=0.0f, float alpha=1.0f)  Clear screen to a certain color (Black by default).

    void SetGL2D () @@ -487,13 +487,13 @@ Get pointer to screen SDL_Surface, allowing direct screen manipulation using SDL -

    +

    - + @@ -512,7 +512,7 @@ Get pointer to screen SDL_Surface, allowing direct screen manipulation using SDL +Swap OpenGL buffers, and update screen. Must be called every frame.
    void ZE::ZEngine::UpdateScreen void ZE::ZEngine::Update  

    -Flip double buffer in SDL if double buffered, otherwise tell video to refresh entire screen.

    @@ -1472,8 +1472,8 @@ Get Fullscreen setting of Display.

    Returns:
    True


    The documentation for this class was generated from the following files: -
    Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
  • include/ZE_ZEngine.h
  • src/ZE_ZEngine.cpp +
    Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
    diff --git a/doc/html/classZE_1_1ZFont-members.html b/doc/html/classZE_1_1ZFont-members.html index 1843ceb..71b755d 100644 --- a/doc/html/classZE_1_1ZFont-members.html +++ b/doc/html/classZE_1_1ZFont-members.html @@ -33,7 +33,7 @@ ZObject()ZE::ZObject [inline] ~ZFont()ZE::ZFont ~ZObject()ZE::ZObject [inline, virtual] -
    Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
    Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
    diff --git a/doc/html/classZE_1_1ZFont.html b/doc/html/classZE_1_1ZFont.html index 86fdf9d..808c139 100644 --- a/doc/html/classZE_1_1ZFont.html +++ b/doc/html/classZE_1_1ZFont.html @@ -762,8 +762,8 @@ Get Height of String in Current Font in Pixels.
    Parameters:
    The documentation for this class was generated from the following file: -
    Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
  • include/ZE_ZFont.h +
    Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
    diff --git a/doc/html/classZE_1_1ZImage-members.html b/doc/html/classZE_1_1ZImage-members.html index d9b56a1..3e70844 100644 --- a/doc/html/classZE_1_1ZImage-members.html +++ b/doc/html/classZE_1_1ZImage-members.html @@ -38,7 +38,7 @@ ZObject()ZE::ZObject [inline] ~ZImage()ZE::ZImage ~ZObject()ZE::ZObject [inline, virtual] -
    Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
    Generated on Wed Dec 11 23:42:27 2002 for ZEngine by doxygen1.3-rc1
    diff --git a/doc/html/classZE_1_1ZImage.html b/doc/html/classZE_1_1ZImage.html index 72e5293..7563835 100644 --- a/doc/html/classZE_1_1ZImage.html +++ b/doc/html/classZE_1_1ZImage.html @@ -861,8 +861,8 @@ Get Current Height of Image.
    Returns:
    Image Heigh
    The documentation for this class was generated from the following files: -
    Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
  • include/ZE_ZImage.h
  • src/ZE_ZImage.cpp +
    Generated on Wed Dec 11 23:42:27 2002 for ZEngine by doxygen1.3-rc1
    diff --git a/doc/html/classZE_1_1ZMusic-members.html b/doc/html/classZE_1_1ZMusic-members.html index 05e5d75..1bcc029 100644 --- a/doc/html/classZE_1_1ZMusic-members.html +++ b/doc/html/classZE_1_1ZMusic-members.html @@ -27,7 +27,7 @@ ZObject()ZE::ZObject [inline] ~ZMusic()ZE::ZMusic ~ZObject()ZE::ZObject [inline, virtual] -
    Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
    Generated on Wed Dec 11 23:42:27 2002 for ZEngine by doxygen1.3-rc1
    diff --git a/doc/html/classZE_1_1ZMusic.html b/doc/html/classZE_1_1ZMusic.html index 404e423..8a1975c 100644 --- a/doc/html/classZE_1_1ZMusic.html +++ b/doc/html/classZE_1_1ZMusic.html @@ -522,8 +522,8 @@ Get current volume of music represented as a value from 0-128.
    <
    The documentation for this class was generated from the following file: -
    Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
  • include/ZE_ZMusic.h +
    Generated on Wed Dec 11 23:42:27 2002 for ZEngine by doxygen1.3-rc1
    diff --git a/doc/html/classZE_1_1ZObject-members.html b/doc/html/classZE_1_1ZObject-members.html index 2e753c5..12d8299 100644 --- a/doc/html/classZE_1_1ZObject-members.html +++ b/doc/html/classZE_1_1ZObject-members.html @@ -10,7 +10,7 @@ rEngineZE::ZObject [protected] ZObject()ZE::ZObject [inline] ~ZObject()ZE::ZObject [inline, virtual] -
    Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
    Generated on Wed Dec 11 23:42:27 2002 for ZEngine by doxygen1.3-rc1
    diff --git a/doc/html/classZE_1_1ZObject.html b/doc/html/classZE_1_1ZObject.html index 003368a..0107fff 100644 --- a/doc/html/classZE_1_1ZObject.html +++ b/doc/html/classZE_1_1ZObject.html @@ -83,8 +83,8 @@ This is the base class from which all ZE_ZObject.h -
    Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
  • include/ZE_ZObject.h +
    Generated on Wed Dec 11 23:42:27 2002 for ZEngine by doxygen1.3-rc1
    diff --git a/doc/html/classZE_1_1ZRect-members.html b/doc/html/classZE_1_1ZRect-members.html index 19da905..2b1c07f 100644 --- a/doc/html/classZE_1_1ZRect-members.html +++ b/doc/html/classZE_1_1ZRect-members.html @@ -34,7 +34,7 @@ ZRect()ZE::ZRect ZRect(float x, float y, float width, float height)ZE::ZRect ZRect(const ZRect &rhs)ZE::ZRect -
    Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
    Generated on Wed Dec 11 23:42:27 2002 for ZEngine by doxygen1.3-rc1
    diff --git a/doc/html/classZE_1_1ZRect.html b/doc/html/classZE_1_1ZRect.html index 6b2567d..eb9a4d2 100644 --- a/doc/html/classZE_1_1ZRect.html +++ b/doc/html/classZE_1_1ZRect.html @@ -912,8 +912,8 @@ Access private height member.
    Returns:
    Value of m
    The documentation for this class was generated from the following files: -
    Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
  • include/ZE_ZRect.h
  • src/ZE_ZRect.cpp +
    Generated on Wed Dec 11 23:42:27 2002 for ZEngine by doxygen1.3-rc1
    diff --git a/doc/html/classZE_1_1ZSound-members.html b/doc/html/classZE_1_1ZSound-members.html index e832271..01208e0 100644 --- a/doc/html/classZE_1_1ZSound-members.html +++ b/doc/html/classZE_1_1ZSound-members.html @@ -27,7 +27,7 @@ ZSound(string filename)ZE::ZSound ~ZObject()ZE::ZObject [inline, virtual] ~ZSound()ZE::ZSound -
    Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
    Generated on Wed Dec 11 23:42:27 2002 for ZEngine by doxygen1.3-rc1
    diff --git a/doc/html/classZE_1_1ZSound.html b/doc/html/classZE_1_1ZSound.html index 5cd8f10..e7b03f3 100644 --- a/doc/html/classZE_1_1ZSound.html +++ b/doc/html/classZE_1_1ZSound.html @@ -495,8 +495,8 @@ Get current volume of sound channel represented as a value from 0-128.

    The documentation for this class was generated from the following file: -
    Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
  • include/ZE_ZSound.h +
    Generated on Wed Dec 11 23:42:27 2002 for ZEngine by doxygen1.3-rc1
    diff --git a/doc/html/classZE_1_1ZTimer-members.html b/doc/html/classZE_1_1ZTimer-members.html index 495e60a..d8b84ba 100644 --- a/doc/html/classZE_1_1ZTimer-members.html +++ b/doc/html/classZE_1_1ZTimer-members.html @@ -21,7 +21,7 @@ ZObject()ZE::ZObject [inline] ZTimer(bool useZEngine=true)ZE::ZTimer ~ZObject()ZE::ZObject [inline, virtual] -
    Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
    Generated on Wed Dec 11 23:42:27 2002 for ZEngine by doxygen1.3-rc1
    diff --git a/doc/html/classZE_1_1ZTimer.html b/doc/html/classZE_1_1ZTimer.html index 30dbb27..f8f8866 100644 --- a/doc/html/classZE_1_1ZTimer.html +++ b/doc/html/classZE_1_1ZTimer.html @@ -253,8 +253,8 @@ Find out paused state of timer.
    Returns:
    Paused s
    The documentation for this class was generated from the following files: -
    Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
  • include/ZE_ZTimer.h
  • src/ZE_ZTimer.cpp +
    Generated on Wed Dec 11 23:42:27 2002 for ZEngine by doxygen1.3-rc1
    diff --git a/doc/html/files.html b/doc/html/files.html index bce2c8c..dd92cc1 100644 --- a/doc/html/files.html +++ b/doc/html/files.html @@ -7,33 +7,33 @@
    Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

    ZEngine File List

    Here is a list of all documented files with brief descriptions: - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + +
    /home/James/ZEngine-dev/include/ZE_Defines.h [code]Define file for ZEngine
    /home/James/ZEngine-dev/include/ZE_Error.h [code]Definition file for ZEngine Error Handling Functions
    /home/James/ZEngine-dev/include/ZE_Includes.h [code]Include file for SDL and C++ Includes that many ZEngine files need
    /home/James/ZEngine-dev/include/ZE_Macros.h [code]Definition file for ZEngine Macros
    /home/James/ZEngine-dev/include/ZE_ZConfigFile.h [code]Definition file for ZConfigFile
    /home/James/ZEngine-dev/include/ZE_ZEngine.h [code]Definition file for core ZEngine class
    /home/James/ZEngine-dev/include/ZE_ZFont.h [code]Definition file for ZFont
    /home/James/ZEngine-dev/include/ZE_ZImage.h [code]Definition file for ZImage
    /home/James/ZEngine-dev/include/ZE_ZMusic.h [code]Definition file for ZMusic
    /home/James/ZEngine-dev/include/ZE_ZObject.h [code]Definition file for ZObject Base Class
    /home/James/ZEngine-dev/include/ZE_ZRect.h [code]Definition file for ZRect
    /home/James/ZEngine-dev/include/ZE_ZSound.h [code]Definition file for ZSound
    /home/James/ZEngine-dev/include/ZE_ZTimer.h [code]Definition file for ZTimer
    /home/James/ZEngine-dev/include/ZEngine.h [code]Header file for ZEngine
    /home/James/ZEngine-dev/include/external/physfsrwops.h [code]
    /home/James/ZEngine-dev/include/external/SDLGL_Util.h [code]
    /home/James/ZEngine-dev/src/ZE_Error.cppSource file for error logging utilities
    /home/James/ZEngine-dev/src/ZE_ZConfigFile.cppSource file for ZConfigFile
    /home/James/ZEngine-dev/src/ZE_ZEngine.cppCentral source file for ZEngine
    /home/James/ZEngine-dev/src/ZE_ZFont.cppSource file for ZFont
    /home/James/ZEngine-dev/src/ZE_ZImage.cppSource file for ZImage
    /home/James/ZEngine-dev/src/ZE_ZMusic.cppSource file for ZMusic
    /home/James/ZEngine-dev/src/ZE_ZRect.cppSource file for ZRect
    /home/James/ZEngine-dev/src/ZE_ZSound.cppSource file for ZSound
    /home/James/ZEngine-dev/src/ZE_ZTimer.cppSource file for ZTimer
    include/ZE_Defines.h [code]Define file for ZEngine
    include/ZE_Error.h [code]Definition file for ZEngine Error Handling Functions
    include/ZE_Includes.h [code]Include file for SDL and C++ Includes that many ZEngine files need
    include/ZE_Macros.h [code]Definition file for ZEngine Macros
    include/ZE_ZConfigFile.h [code]Definition file for ZConfigFile
    include/ZE_ZEngine.h [code]Definition file for core ZEngine class
    include/ZE_ZFont.h [code]Definition file for ZFont
    include/ZE_ZImage.h [code]Definition file for ZImage
    include/ZE_ZMusic.h [code]Definition file for ZMusic
    include/ZE_ZObject.h [code]Definition file for ZObject Base Class
    include/ZE_ZRect.h [code]Definition file for ZRect
    include/ZE_ZSound.h [code]Definition file for ZSound
    include/ZE_ZTimer.h [code]Definition file for ZTimer
    include/ZEngine.h [code]Header file for ZEngine
    include/external/physfsrwops.h [code]
    include/external/SDLGL_Util.h [code]
    src/ZE_Error.cppSource file for error logging utilities
    src/ZE_ZConfigFile.cppSource file for ZConfigFile
    src/ZE_ZEngine.cppCentral source file for ZEngine
    src/ZE_ZFont.cppSource file for ZFont
    src/ZE_ZImage.cppSource file for ZImage
    src/ZE_ZMusic.cppSource file for ZMusic
    src/ZE_ZRect.cppSource file for ZRect
    src/ZE_ZSound.cppSource file for ZSound
    src/ZE_ZTimer.cppSource file for ZTimer
    -
    Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
    Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
    diff --git a/doc/html/functions.html b/doc/html/functions.html index 93e0067..7cdb103 100644 --- a/doc/html/functions.html +++ b/doc/html/functions.html @@ -209,7 +209,7 @@ Here is a list of all documented class members with links to the class documenta

    - v -

      @@ -251,7 +251,7 @@ Here is a list of all documented class members with links to the class documenta : ZE::ZMusic
    • ~ZObject() : ZE::ZObject
    • ~ZSound() : ZE::ZSound
    -
    Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
    Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
    diff --git a/doc/html/globals.html b/doc/html/globals.html index d7462cc..5fa4d6f 100644 --- a/doc/html/globals.html +++ b/doc/html/globals.html @@ -39,7 +39,7 @@ Here is a list of all documented file members with links to the documentation: -
    Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
    Generated on Wed Dec 11 23:42:27 2002 for ZEngine by doxygen1.3-rc1
    diff --git a/doc/html/hierarchy.html b/doc/html/hierarchy.html index e1fe731..6a0173e 100644 --- a/doc/html/hierarchy.html +++ b/doc/html/hierarchy.html @@ -21,7 +21,7 @@
  • ZE::ZRect -
    Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
    Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
    diff --git a/doc/html/index.html b/doc/html/index.html index dcbd5fe..93039fe 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -1,6 +1,6 @@ -Main Page +ZEngine Documentation @@ -8,7 +8,32 @@ Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

    ZEngine Documentation

    -

    0.8.0-rc1


    Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +

    0.8.0-rc2

    Author:
    James Turk
    +
    Version:
    0.8.0-rc2
    +
    Date:
    December 12, 2002
    +

    +About ZEngine

    +
    + ZEngine is designed to wrap common interfaces of the SDL API in an Object Oriented manner.
    + It is licensed under a very liberal BSD-style license, and anyone is free to suggest or implement changes to be added to the Engine.
    + In addition ZEngine aims to provide a core engine which can be used to develop a game without having to rewrite large amounts of code.
    + As of version 0.7.7 ZEngine uses OpenGL rather than SDL to do 2D drawing, thus increasing the uses of the engine and making the engine much faster in all tested cases.
    + The ZEngine website can be found at http://zengine.sourceforge.net/.
    +

    +Licensing

    +
    +
    +        This file is Part of the ZEngine Library for SDL Game Development.
    +                      Copyright (C) 2002 ConceptOfZero.net
    +             Licensed under the BSD License, see licensing.txt.
    +        and the library is developed for http://www.conceptofzero.net/
    +    
    +

    +Contributing Authors

    +
    + James Turk james@conceptofzero.net - Core Engine, Design, Docs, and Classes
    + Gamer Tazar tazar@conceptofzero.net - OpenGL assistance
    +
    Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
    diff --git a/doc/html/namespaceZE.html b/doc/html/namespaceZE.html index 56beb6a..437e775 100644 --- a/doc/html/namespaceZE.html +++ b/doc/html/namespaceZE.html @@ -195,7 +195,7 @@ Takes identifiers out of fmtstr and parses them, replacing them with coorespond -
    Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
    Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
    diff --git a/doc/html/namespacemembers.html b/doc/html/namespacemembers.html index 735ef41..040503f 100644 --- a/doc/html/namespacemembers.html +++ b/doc/html/namespacemembers.html @@ -19,7 +19,7 @@ Here is a list of all documented namespace members with links to the namespaces
    • FormatStr() : ZE
    -
    Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
    Generated on Wed Dec 11 23:42:27 2002 for ZEngine by doxygen1.3-rc1
    diff --git a/doc/html/namespaces.html b/doc/html/namespaces.html index 0905a33..c28ed9d 100644 --- a/doc/html/namespaces.html +++ b/doc/html/namespaces.html @@ -9,7 +9,7 @@

    ZEngine Namespace List

    Here is a list of all documented namespaces with brief descriptions:
    ZEZEngine Namespace
    -
    Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +
    Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1
    diff --git a/doc/html/physfsrwops_8h-source.html b/doc/html/physfsrwops_8h-source.html index f80681e..d719879 100644 --- a/doc/html/physfsrwops_8h-source.html +++ b/doc/html/physfsrwops_8h-source.html @@ -1,12 +1,12 @@ -/home/James/ZEngine-dev/include/external/physfsrwops.h Source File +include/external/physfsrwops.h Source File
    Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
    -

    /home/James/ZEngine-dev/include/external/physfsrwops.h

    00001 /*
    +

    include/external/physfsrwops.h

    00001 /*
     00002  * This code provides a glue layer between PhysicsFS and Simple Directmedia
     00003  *  Layer's (SDL) RWops i/o abstraction.
     00004  *
    @@ -46,7 +46,7 @@
     00078 
     00079 /* end of physfsrwops.h ... */
     00080 
    -

    Generated on Wed Dec 4 19:16:09 2002 for ZEngine by +

    Generated on Wed Dec 11 23:42:26 2002 for ZEngine by doxygen1.3-rc1