Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

debug.h

Go to the documentation of this file.
00001 /*           Copyright (C) 2001 Sony Computer Entertainment America
00002                               All Rights Reserved
00003                                SCEA Confidential                                */
00004 
00005 #ifndef ps2gl_debug_h
00006 #define ps2gl_debug_h
00007 
00008 #ifdef DEBUG_MODULE_NAME
00009 #  undef DEBUG_MODULE_NAME
00010 #endif
00011 #define DEBUG_MODULE_NAME PS2GL
00012 
00013 #include "ps2s/debug_macros.h"
00014 
00015 #define mNotImplemented( _msg, _args... ) mWarn( "not implemented" _msg, ## _args )
00016 
00017 #endif // ps2gl_debug_h

ps2gl version 0.2