diff --git a/include/ZEngine.h b/include/ZEngine.h index 3f17e25..e17546e 100644 --- a/include/ZEngine.h +++ b/include/ZEngine.h @@ -3,7 +3,7 @@ \brief Header file for ZEngine. Public header file for ZEngine, this is the file that programs that wish to utilize ZEngine should include. -
$Id: ZEngine.h,v 1.33 2003/10/05 19:31:03 cozman Exp $
+
$Id: ZEngine.h,v 1.34 2003/10/06 00:04:11 cozman Exp $
\author James Turk **/ @@ -39,11 +39,11 @@ \section Authors Contributing Authors
- James Turk james@conceptofzero.net - Core Engine, Design, Docs, and Classes
- Gamer Tazar tazar@conceptofzero.net - OpenGL assistance
- Sean sean@conceptofzero.net - MSVC++6 Project Files
- Kevin Watters kwatters@adelphia.net - Fix to ZImage::SetColorKey
- Atani atani@atani-software.net - Revised Linux Build System
+ James Turk james@conceptofzero.net - Core Engine, Design, Docs, and Classes
+ Gamer Tazar tazar@conceptofzero.net - OpenGL assistance
+ Sean sean@conceptofzero.net - MSVC++6 Project Files
+ Kevin Watters kwatters@adelphia.net - Fix to ZImage::SetColorKey
+ Atani atani@atani-software.net - Revised Linux Build System
**/ #ifndef __zengine_h__