removed debug stuff

This commit is contained in:
James Turk 2003-01-13 05:48:47 +00:00
parent ebd5db4d44
commit 91a8442167

View File

@ -13,7 +13,7 @@
File: ZE_Defines.h <br> File: ZE_Defines.h <br>
Description: Defines header file for ZEngine class, where all #define statements to control compilation options are placed. <br> Description: Defines header file for ZEngine class, where all #define statements to control compilation options are placed. <br>
Author(s): James Turk <br> Author(s): James Turk <br>
$Id: ZE_Defines.h,v 1.5 2003/01/12 06:08:20 cozman Exp $<br> $Id: ZE_Defines.h,v 1.6 2003/01/13 05:48:47 cozman Exp $<br>
\file ZE_Defines.h \file ZE_Defines.h
\brief Define file for ZEngine. \brief Define file for ZEngine.
@ -25,7 +25,7 @@ $Id: ZE_Defines.h,v 1.5 2003/01/12 06:08:20 cozman Exp $<br>
#define __ze_defines_h__ #define __ze_defines_h__
//defines- undefine any of these if you dont have the indicated SDL extension// //defines- undefine any of these if you dont have the indicated SDL extension//
//! Define to include OpenGL support (must be defined) //! Define to include OpenGL support (MUST be defined, may become optional in future)
#define USE_OPENGL #define USE_OPENGL
//! Define to include font support. //! Define to include font support.
#define USE_SDL_TTF #define USE_SDL_TTF
@ -35,8 +35,6 @@ $Id: ZE_Defines.h,v 1.5 2003/01/12 06:08:20 cozman Exp $<br>
#define USE_SDL_MIXER #define USE_SDL_MIXER
//! Define to use the Physfs file system. //! Define to use the Physfs file system.
//#define USE_PHYSFS //#define USE_PHYSFS
//! Undefine to disable debug streams for Error Handler.
#define DEBUG_STREAM
//! Version number. //! Version number.
#define VERSION "0.8.2" #define VERSION "0.8.2"