[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
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/base engine.cpp,1.12,1.13
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm debugger.cpp,1.111,1.112 debugger.h,1.33,1.34 script.cpp,1.143,1.144 scumm.h,1.355,1.356
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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();
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/base engine.cpp,1.12,1.13
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm debugger.cpp,1.111,1.112 debugger.h,1.33,1.34 script.cpp,1.143,1.144 scumm.h,1.355,1.356
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list