zengine-gewi/include/GewiIncludes.h

31 lines
983 B
C
Raw Normal View History

2003-05-19 22:58:01 +00:00
/*******************************************************************************
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
*******************************************************************************/
/*!
2003-05-19 23:53:53 +00:00
\file GewiIncludes.h
\brief Include file for Gewi.
2003-05-19 22:58:01 +00:00
2003-05-19 23:53:53 +00:00
Include file for Gewi, contains external includes for Gewi.
2003-06-07 05:41:18 +00:00
<br>$id: GewiIncludes.h,v 1.3 2003/05/19 23:56:05 cozman Exp $<br>
2003-05-19 22:58:01 +00:00
\author James Turk
**/
#ifndef __gewiincludes_h__
#define __gewiincludes_h__
#include <string>
2003-05-19 22:58:01 +00:00
#include <vector>
#include <cmath>
2003-06-07 05:41:18 +00:00
#include <climits>
2003-05-19 22:58:01 +00:00
#include "ZEngine.h"
2003-06-07 05:41:18 +00:00
#include "GewiDefines.h"
2003-07-20 03:21:21 +00:00
#endif //__gewiincludes_h__