From 21decba405f61e8f83cb1a25259e989dedf9b655 Mon Sep 17 00:00:00 2001 From: cozman Date: Sun, 10 Aug 2003 01:43:18 +0000 Subject: [PATCH] updated docs --- include/Gewi.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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__