00001 /******************************************************************************* 00002 This file is Part of the Gewi GUI Library for ZEngine. 00003 Gewi and ZEngine Copyright (C) 2002, 2003 James Turk 00004 00005 Licensed under a BSD-style license. (see licensing.txt) 00006 00007 The maintainer of this library is James Turk (james@conceptofzero.net) 00008 this library is found at the home of ZEngine http://zengine.sourceforge.net 00009 *******************************************************************************/ 00010 00020 #ifndef __gewiincludes_h__ 00021 #define __gewiincludes_h__ 00022 00023 #include <string> 00024 #include <vector> 00025 #include <cmath> 00026 #include <climits> 00027 #include "ZEngine.h" 00028 #include "GewiDefines.h" 00029 00030 #endif //__gewiincludes_h__