Files Classes Functions Hierarchy
00001 #ifndef GOBJDEBUG01MACROFUNCTIONS_H 00002 #define GOBJDEBUG01MACROFUNCTIONS_H 00003 00004 // If the header is included expand to code or else nothing. 00005 #ifdef GOBJDEBUG01_H 00006 #define gobjlog_log gobjlog log; 00007 #else 00008 #define gobjlog_log 00009 #endif 00010 00011 // When drawing spawned from one draw() function then 4 lines of code to 1. 00012 #define gobjlog_draw(variable) { gobjlog_log variable.draw(); } 00013 00014 00015 #endif 00016
1.5.8