Hosting courtesy of Sourceforge

SourceForge Logo
Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

GameDebug.h

Go to the documentation of this file.
00001 #ifndef GAME_DEBUG_H_
00002 #define GAME_DEBUG_H_
00003 
00004 #ifdef DEBUG_GAME
00005         #define DEBUG_GAME_PLAYER
00006         #define DEBUG_GAME_MOVEMENT
00007         #define DEBUG_GAME_TILE
00008         #define DEBUG_GAME_MAP
00009 #endif
00010 
00011 //#define DEBUG_GAME_TILE
00012 //#define DEBUG_GAME_MAP
00013 //#define DEBUG_GAME_PLAYER
00014 //#define DEBUG_GAME_MOVEMENT
00015 
00016 #endif // ifndef GAME_DEBUG_H
00017 
00018 

Generated on Tue May 21 07:26:51 2002 for BomberLAN by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001