X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flog.h;h=c406bf8154b4fb12cd5e216ba682d97e7999f8d6;hb=dffa89ebdee4d328a8e166b30fcdf38a3fc54b28;hp=0bf9e092143aac701a0c17fd47daff31c189ee82;hpb=d239de704f276a75d927900e3d413a44cc87116c;p=virtualjaguar diff --git a/src/log.h b/src/log.h index 0bf9e09..c406bf8 100644 --- a/src/log.h +++ b/src/log.h @@ -1,5 +1,5 @@ // -// LOG.H +// log.h: Logfile support // #ifndef __LOG_H__ @@ -20,4 +20,8 @@ void WriteLog(const char * text, ...); } #endif +// Some useful defines... :-) +//#define GPU_DEBUG +//#define LOG_BLITS + #endif // __LOG_H__