00001
00002
00003 This file is subject to the terms and conditions of the GNU Lesser
00004 General Public License Version 2.1. See the file "COPYING" in the
00005 main directory of this archive for more details. */
00006
00007 #ifndef ps2gl_debug_h
00008 #define ps2gl_debug_h
00009
00010 #ifdef DEBUG_MODULE_NAME
00011 # undef DEBUG_MODULE_NAME
00012 #endif
00013 #define DEBUG_MODULE_NAME PS2GL
00014
00015 #include "ps2s/debug_macros.h"
00016
00017 #define mNotImplemented( _msg, _args... ) mWarn( "not implemented" _msg, ## _args )
00018
00019 #endif // ps2gl_debug_h