This commit is contained in:
James Turk 2003-05-13 01:30:50 +00:00
parent e1fa570ee0
commit 0de1a7d8a9
24 changed files with 26 additions and 24 deletions

View File

@ -14,7 +14,7 @@
Definition file for ZEngine Utilities which are used throughout the engine and can be used in
conjunction with ZEngine.
<br>$ id: $<br>
<br>$Id: ZE_Utility.h,v 1.4 2003/05/13 01:30:50 cozman Exp $<br>
\author James Turk
**/

View File

@ -13,7 +13,7 @@
\brief Definition file for ZClient.
Definition file for ZClient, the TCP Client class for ZEngine.
<br>$ id: $<br>
<br>$Id: ZE_ZClient.h,v 1.6 2003/05/13 01:30:51 cozman Exp $<br>
\author James Turk
**/

View File

@ -13,10 +13,12 @@
\brief Definition file for core ZEngine class.
ZEngine Game Engine core Engine definition.
<br>$Id: ZE_ZEngine.h,v 1.34 2003/05/13 01:16:10 cozman Exp $<br>
<br>$Id: ZE_ZEngine.h,v 1.35 2003/05/13 01:30:51 cozman Exp $<br>
\author James Turk
**/
//revision on this is so high.. can this be lowered?
#ifndef __ze_zengine_h__
#define __ze_zengine_h__

View File

@ -14,7 +14,7 @@
Definition file for ZError, the Error logging class for ZEngine.
This class should never be used by the average user, it is used by ZEngine to store information on an error.
<br>$ id: $<br>
<br>$Id: ZE_ZError.h,v 1.9 2003/05/13 01:30:51 cozman Exp $<br>
\author James Turk
**/

View File

@ -13,7 +13,7 @@
\brief Definition file for ZFont.
Definition file for ZFont, the basic Font class for ZEngine.
<br>$ Id: $<br>
<br>$ Id $<br>
\author James Turk
**/

View File

@ -13,7 +13,7 @@
\brief Definition file for ZImage.
Definition file for ZImage, the OpenGL version of the ZImage class for ZEngine.
<br>$ id: $<br>
<br>$Id: ZE_ZImage.h,v 1.18 2003/05/13 01:30:51 cozman Exp $<br>
\author James Turk
**/

View File

@ -13,7 +13,7 @@
\brief Definition file for ZMusic.
Definition file for ZMusic, the Music file wrapper for ZEngine.
<br>$ id: $<br>
<br>$Id: ZE_ZMusic.h,v 1.8 2003/05/13 01:30:51 cozman Exp $<br>
\author James Turk
**/

View File

@ -13,7 +13,7 @@
\brief Definition file for ZRect.
Definition file for ZRect, the Rectangle class for ZEngine.
<br>$ id: $<br>
<br>$Id: ZE_ZRect.h,v 1.11 2003/05/13 01:30:51 cozman Exp $<br>
\author James Turk
**/

View File

@ -13,7 +13,7 @@
\brief Definition file for ZServer.
Definition file for ZServer, the TCP Server class for ZEngine.
<br>$ id: $<br>
<br>$Id: ZE_ZServer.h,v 1.7 2003/05/13 01:30:51 cozman Exp $<br>
\author James Turk
**/

View File

@ -13,7 +13,7 @@
\brief Definition file for ZSound.
Definition file for ZSound, the Sound Effect wrapper for ZEngine.
<br>$ id: $<br>
<br>$Id: ZE_ZSound.h,v 1.8 2003/05/13 01:30:51 cozman Exp $<br>
\author James Turk
**/

View File

@ -13,7 +13,7 @@
\brief Definition file for ZTimer.
Definition file for ZTimer, the Timer class for ZEngine.
<br>$ id: $<br>
<br>$Id: ZE_ZTimer.h,v 1.8 2003/05/13 01:30:51 cozman Exp $<br>
\author James Turk
**/

View File

@ -4,7 +4,7 @@
Header file for ZEngine Game Engine from Concept of Zero, this is the file that programs that wish to
utilize ZEngine should include.
<br>$ id: $<br>
<br>$Id: ZEngine.h,v 1.26 2003/05/13 01:30:51 cozman Exp $<br>
\author James Turk
**/

View File

@ -13,7 +13,7 @@
\brief Source file for ZEngine utility functions.
Source file containing open utilities for use inside and alongside ZEngine.
<br>$ id: $<br>
<br>$Id: ZE_Utility.cpp,v 1.7 2003/05/13 01:31:30 cozman Exp $<br>
\author James Turk
**/

View File

@ -13,7 +13,7 @@
\brief Source file for ZClient.
Implementation file for ZClient, the TCP Client class for ZEngine.
<br>$ id: $<br>
<br>$Id: ZE_ZClient.cpp,v 1.7 2003/05/13 01:31:30 cozman Exp $<br>
\author James Turk
**/

View File

@ -13,7 +13,7 @@
\brief Source file for ZConfigFile.
Implementation of ZConfigFile, the ZEngine INI-Style Config File.
<br>$ id: $<br>
<br>$Id: ZE_ZConfigFile.cpp,v 1.10 2003/05/13 01:31:30 cozman Exp $<br>
\author James Turk
**/

View File

@ -13,7 +13,7 @@
\brief Central source file for ZEngine.
Actual implementation of ZEngine singleton class, the core of ZEngine.
<br>$ id: $<br>
<br>$Id: ZE_ZEngine.cpp,v 1.40 2003/05/13 01:31:30 cozman Exp $<br>
\author James Turk
**/

View File

@ -13,7 +13,7 @@
\brief Source file for ZError.
Implementation of ZError, the ZEngine internal error information storage class.
<br>$ id: $<br>
<br>$Id: ZE_ZError.cpp,v 1.8 2003/05/13 01:31:30 cozman Exp $<br>
\author James Turk
**/

View File

@ -13,7 +13,7 @@
\brief Source file for ZFont.
Implementation of ZFont, the basic Font class for ZEngine.
<br>$ id: $<br>
<br>$Id: ZE_ZFont.cpp,v 1.10 2003/05/13 01:31:30 cozman Exp $<br>
\author James Turk
**/

View File

@ -13,7 +13,7 @@
\brief Source file for ZImage.
Implementation of ZImage, the Image class for ZEngine.
<br>$ id: $<br>
<br>$Id: ZE_ZImage.cpp,v 1.32 2003/05/13 01:31:30 cozman Exp $<br>
\author James Turk
**/

View File

@ -13,7 +13,7 @@
\brief Source file for ZMusic.
Implementation of ZMusic, the basic Music class for ZEngine.
<br>$ id: $<br>
<br>$Id: ZE_ZMusic.cpp,v 1.8 2003/05/13 01:31:30 cozman Exp $<br>
\author James Turk
**/

View File

@ -13,7 +13,7 @@
\brief Source file for ZRect.
Implementation of ZRect, the Rectangle class for ZEngine.
<br>$ id: $<br>
<br>$Id: ZE_ZRect.cpp,v 1.11 2003/05/13 01:31:30 cozman Exp $<br>
\author James Turk
**/

View File

@ -13,7 +13,7 @@
\brief Source file for ZServer.
Implementation file for ZServer, the TCP Server class for ZEngine.
<br>$ id: $<br>
<br>$Id: ZE_ZServer.cpp,v 1.6 2003/05/13 01:31:30 cozman Exp $<br>
\author James Turk
**/

View File

@ -13,7 +13,7 @@
\brief Source file for ZSound.
Implementation of ZSound, the basic Sound class for ZEngine.
<br>$ id: $<br>
<br>$Id: ZE_ZSound.cpp,v 1.8 2003/05/13 01:31:30 cozman Exp $<br>
\author James Turk
**/

View File

@ -13,7 +13,7 @@
\brief Source file for ZTimer.
Implementation of ZTimer, the basic Timer class for ZEngine.
<br>$ id: $<br>
<br>$Id: ZE_ZTimer.cpp,v 1.8 2003/05/13 01:31:30 cozman Exp $<br>
\author James Turk
**/