This commit is contained in:
James Turk 2003-10-05 19:31:03 +00:00
parent aadc13e1fe
commit 43d4b929e6
2 changed files with 6 additions and 7 deletions

View File

@ -2,9 +2,8 @@
\file ZEngine.h
\brief Header file for ZEngine.
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: ZEngine.h,v 1.32 2003/09/24 01:49:52 cozman Exp $<br>
Public header file for ZEngine, this is the file that programs that wish to utilize ZEngine should include.
<br>$Id: ZEngine.h,v 1.33 2003/10/05 19:31:03 cozman Exp $<br>
\author James Turk
**/
@ -12,8 +11,8 @@
\mainpage ZEngine Documentation
\author James Turk
\version 0.8.4
\date July 12, 2003
\version 0.8.5
\date October 5th, 2003
\section ZEngine About ZEngine
<br>

View File

@ -13,7 +13,7 @@
\brief Central source file for ZEngine.
Actual implementation of ZEngine singleton class, the core of ZEngine.
<br>$Id: ZE_ZEngine.cpp,v 1.60 2003/10/03 21:54:42 cozman Exp $<br>
<br>$Id: ZE_ZEngine.cpp,v 1.61 2003/10/05 19:31:03 cozman Exp $<br>
\author James Turk
**/
@ -23,7 +23,7 @@
namespace ZE
{
VersionInfo ZEngine::Version(0,8,4);
VersionInfo ZEngine::Version(0,8,5);
ZEngine *ZEngine::sInstance=NULL;
ZEngine::ZEngine() :