/*!
\par File Header:
File: ZEngine.h
Description: Public Header File for ZEngine.
Author(s): James Turk
$Id: ZEngine.h,v 1.12 2002/12/29 06:50:19 cozman Exp $
\file ZEngine.h
\brief Header file for ZEngine.
Header file for ZEngine Game Engine from Concept of Zero, this is the file that programs that wish to
utilize ZEngine should include.
**/
/*!
\mainpage ZEngine Documentation
\author James Turk
\version 0.8.0
\date December 29, 2002
\section ZEngine About ZEngine
ZEngine is designed to wrap common interfaces of the SDL API in an Object Oriented manner.
It is licensed under
a very liberal BSD-style license, and anyone is free to suggest or implement changes to be added to the Engine.
In addition ZEngine aims to provide a core engine which can be used to develop a game without having to
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 all tested cases.
The ZEngine website can be found at http://zengine.sourceforge.net/.
\section Licensing Licensing
This file is Part of the ZEngine Library for 2D game development. Copyright (C) 2002, 2003 James Turk Licensed under a BSD-style license. The maintainer of this library is James Turk (james@conceptofzero.net) and the home of this Library is http://www.zengine.sourceforge.net\section Authors Contributing Authors