[Scummvm-cvs-logs] CVS: scummvm/common util.h,1.34,1.35

James Brown ender at users.sourceforge.net
Fri Jan 9 21:21:01 CET 2004


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv7204/common

Modified Files:
	util.h 
Log Message:
Start of debug channel support. TODO: Move this to the common Debugger system?


Index: util.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/util.h,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- util.h	6 Jan 2004 12:45:28 -0000	1.34
+++ util.h	10 Jan 2004 05:20:14 -0000	1.35
@@ -164,6 +164,7 @@
 void CDECL warning(const char *s, ...);
 
 void CDECL debug(int level, const char *s, ...);
+void CDECL debug(const char *s, ...);
 void checkHeap();
 
 





More information about the Scummvm-git-logs mailing list