X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flog.h;h=c406bf8154b4fb12cd5e216ba682d97e7999f8d6;hb=9142b5bd766e924e92f0aab1c0d9a34c5170a931;hp=0bf9e092143aac701a0c17fd47daff31c189ee82;hpb=9af4fb023287b26dce01a36c65c9e30f56481051;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__