diff --git a/include/Gewi.h b/include/Gewi.h
index 0a990bd..8f9baeb 100755
--- a/include/Gewi.h
+++ b/include/Gewi.h
@@ -4,7 +4,7 @@
Header file for the Gewi GUI lib, an addon for the ZEngine Game Engine, both from Concept of Zero, this is the
file that programs that wish to use should include.
-
$Id: Gewi.h,v 1.4 2003/08/01 20:57:25 cozman Exp $
+
$Id: Gewi.h,v 1.5 2003/08/10 01:43:18 cozman Exp $
\author James Turk
**/
@@ -27,9 +27,7 @@
-Because Gewi relys so heavily on ZEngine it has no website, if anybody writes a version of Gewi
that does not use the ZEngine backend I'd be glad to see it and even integrate it with the ZEngine/Gewi source. Until
there is some other version, Gewi will always be found right next to ZEngine.
- -The Gewi website : http://zengine.sourceforge.net/gewi/.
-The ZEngine website : http://zengine.sourceforge.net/.
- -The ZEngine tutorials : http://conceptofzero.net/tutorials/zengine/.
\section Licensing Licensing
@@ -44,7 +42,7 @@
\section Authors Contributing Authors
James Turk james@conceptofzero.net - Core Engine, Design, Docs, and Classes
- Atani atani@atani-software.net - Revised Linux Build System
+ Atani atani@atani-software.net - Revised Linux Build System
**/
#ifndef __gewi_h__