zengine-gewi/include/GewiIncludes.h
2003-07-20 03:21:21 +00:00

31 lines
983 B
C++
Executable File

/*******************************************************************************
This file is Part of the Gewi GUI Library for ZEngine.
Gewi and ZEngine Copyright (C) 2002, 2003 James Turk
Licensed under a BSD-style license. (see licensing.txt)
The maintainer of this library is James Turk (james@conceptofzero.net)
this library is found at the home of ZEngine http://zengine.sourceforge.net
*******************************************************************************/
/*!
\file GewiIncludes.h
\brief Include file for Gewi.
Include file for Gewi, contains external includes for Gewi.
<br>$id: GewiIncludes.h,v 1.3 2003/05/19 23:56:05 cozman Exp $<br>
\author James Turk
**/
#ifndef __gewiincludes_h__
#define __gewiincludes_h__
#include <string>
#include <vector>
#include <cmath>
#include <climits>
#include "ZEngine.h"
#include "GewiDefines.h"
#endif //__gewiincludes_h__