[Scummvm-cvs-logs] CVS: scummvm/simon debugger.cpp,1.13,1.14

Max Horn fingolfin at users.sourceforge.net
Mon Dec 27 14:09:05 CET 2004


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11669/simon

Modified Files:
	debugger.cpp 
Log Message:
Reducing header dependencies a bit

Index: debugger.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/debugger.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- debugger.cpp	27 Dec 2004 21:54:20 -0000	1.13
+++ debugger.cpp	27 Dec 2004 22:08:20 -0000	1.14
@@ -25,6 +25,8 @@
 #include "simon/debugger.h"
 #include "simon/simon.h"
 
+extern int gDebugLevel;
+
 namespace Simon {
 
 Debugger::Debugger(SimonEngine *vm) 





More information about the Scummvm-git-logs mailing list