fixed mailto:

This commit is contained in:
James Turk 2003-08-07 07:16:11 +00:00
parent 246fc6e30a
commit b0e1fc81f6

View File

@ -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.
<br>$Id: ZEngine.h,v 1.30 2003/08/01 21:54:28 cozman Exp $<br>
<br>$Id: ZEngine.h,v 1.31 2003/08/07 07:16:11 cozman Exp $<br>
\author James Turk
**/
@ -44,7 +44,7 @@
Gamer Tazar <a href="mailto:tazar@conceptofzero.net">tazar@conceptofzero.net</a> - OpenGL assistance<br>
Sean <a href="mailto:sean@conceptofzero.net">sean@conceptofzero.net</a> - MSVC++6 Project Files<br>
Kevin Watters <a href="mailto:kwatters@adelphia.net">kwatters@adelphia.net</a> - Fix to ZImage::SetColorKey<br>
Atani <a href="atani@atani-software.net">atani@atani-software.net</a> - Revised Linux Build System<br>
Atani <a href="mailto:atani@atani-software.net">atani@atani-software.net</a> - Revised Linux Build System<br>
**/
#ifndef __zengine_h__