diff --git a/include/ZEngine.h b/include/ZEngine.h
index 7812300..eed6579 100644
--- a/include/ZEngine.h
+++ b/include/ZEngine.h
@@ -3,7 +3,7 @@
File: ZEngine.h
Description: Public Header File for ZEngine.
Author(s): James Turk
-$Id: ZEngine.h,v 1.8 2002/12/05 00:44:12 cozman Exp $
+$Id: ZEngine.h,v 1.9 2002/12/12 04:30:31 cozman Exp $
\file ZEngine.h
\brief Header file for ZEngine.
@@ -27,19 +27,19 @@ $Id: ZEngine.h,v 1.8 2002/12/05 00:44:12 cozman Exp $
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 most test cases.
+ The ZEngine website can be found at http://zengine.sourceforge.net/.
\section Licensing Licensing
-
This file is Part of the ZEngine Library for SDL Game Development. +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. - The maintainer of this library is James Turk (james@conceptofzero.net) - and the home of this Library is http://www.conceptofzero.net/ + and the library is developed for http://www.conceptofzero.net/\section Authors Contributing Authors
- James Turk james@conceptofzero.net - Core Engine, Design, Docs, and Classes
- Gamer Tazar tazar@conceptofzero.net - OpenGL assistance
+ James Turk james@conceptofzero.net - Core Engine, Design, Docs, and Classes
+ Gamer Tazar tazar@conceptofzero.net - OpenGL assistance
**/ #include "ZE_ZEngine.h"