removed ZE_Macros.h

This commit is contained in:
James Turk 2003-01-15 05:51:18 +00:00
parent 17e93be7a9
commit deaa57adf3
3 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@
File: ZE_ZEngine.h <br> File: ZE_ZEngine.h <br>
Description: Header file for ZEngine class, the core of the ZEngine. <br> Description: Header file for ZEngine class, the core of the ZEngine. <br>
Author(s): James Turk <br> Author(s): James Turk <br>
$Id: ZE_ZEngine.h,v 1.11 2003/01/13 06:31:08 cozman Exp $<br> $Id: ZE_ZEngine.h,v 1.12 2003/01/15 05:51:18 cozman Exp $<br>
\file ZE_ZEngine.h \file ZE_ZEngine.h
\brief Definition file for core ZEngine class. \brief Definition file for core ZEngine class.
@ -25,7 +25,7 @@ $Id: ZE_ZEngine.h,v 1.11 2003/01/13 06:31:08 cozman Exp $<br>
#define __ze_zengine_h__ #define __ze_zengine_h__
#include "ZE_Defines.h" #include "ZE_Defines.h"
#include "ZE_Macros.h" #include "ZE_Utility.h"
#include "ZE_Includes.h" #include "ZE_Includes.h"
#include "ZE_ZError.h" #include "ZE_ZError.h"

View File

@ -13,7 +13,7 @@
File: ZE_ZError.h <br> File: ZE_ZError.h <br>
Description: Header file for ZEngine Error Object. <br> Description: Header file for ZEngine Error Object. <br>
Author(s): James Turk <br> Author(s): James Turk <br>
$Id: ZE_ZError.h,v 1.1 2003/01/15 05:40:09 cozman Exp $<br> $Id: ZE_ZError.h,v 1.2 2003/01/15 05:51:18 cozman Exp $<br>
\file ZE_ZError.h \file ZE_ZError.h
\brief Definition file for ZError. \brief Definition file for ZError.
@ -25,7 +25,7 @@ $Id: ZE_ZError.h,v 1.1 2003/01/15 05:40:09 cozman Exp $<br>
#ifndef __ze_zerror_h__ #ifndef __ze_zerror_h__
#define __ze_zerror_h__ #define __ze_zerror_h__
#include "ZE_Macros.h" #include "ZE_Utility.h"
#include <string> #include <string>
using namespace std; using namespace std;

View File

@ -3,7 +3,7 @@
File: ZEngine.h <br> File: ZEngine.h <br>
Description: Public Header File for ZEngine. <br> Description: Public Header File for ZEngine. <br>
Author(s): James Turk <br> Author(s): James Turk <br>
$Id: ZEngine.h,v 1.18 2003/01/15 05:46:20 cozman Exp $<br> $Id: ZEngine.h,v 1.19 2003/01/15 05:51:18 cozman Exp $<br>
\file ZEngine.h \file ZEngine.h
\brief Header file for ZEngine. \brief Header file for ZEngine.
@ -54,7 +54,7 @@ $Id: ZEngine.h,v 1.18 2003/01/15 05:46:20 cozman Exp $<br>
#define __zengine_h__ #define __zengine_h__
#include "ZE_ZEngine.h" #include "ZE_ZEngine.h"
#include "ZE_Macros.h" #include "ZE_Utility.h"
#include "ZE_ZImage.h" #include "ZE_ZImage.h"
#include "ZE_ZTimer.h" #include "ZE_ZTimer.h"
#include "ZE_ZConfigFile.h" #include "ZE_ZConfigFile.h"