From b0e1fc81f6e16369ee73bc0fe3a89d8004ac8b84 Mon Sep 17 00:00:00 2001 From: James Turk Date: Thu, 7 Aug 2003 07:16:11 +0000 Subject: [PATCH] fixed mailto: --- include/ZEngine.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/ZEngine.h b/include/ZEngine.h index 5723ebc..84063ea 100644 --- a/include/ZEngine.h +++ b/include/ZEngine.h @@ -4,7 +4,7 @@ Header file for ZEngine Game Engine from Concept of Zero, this is the file that programs that wish to utilize ZEngine should include. -
$Id: ZEngine.h,v 1.30 2003/08/01 21:54:28 cozman Exp $
+
$Id: ZEngine.h,v 1.31 2003/08/07 07:16:11 cozman Exp $
\author James Turk **/ @@ -44,7 +44,7 @@ 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
+ Atani atani@atani-software.net - Revised Linux Build System
**/ #ifndef __zengine_h__