[Scummvm-cvs-logs] CVS: scummvm/scumm cursor.cpp,2.21,2.22 debugger.cpp,1.137,1.138 gfx.cpp,2.384,2.385 palette.cpp,2.20,2.21

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


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

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

Index: cursor.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/cursor.cpp,v
retrieving revision 2.21
retrieving revision 2.22
diff -u -d -r2.21 -r2.22
--- cursor.cpp	9 Nov 2004 16:04:36 -0000	2.21
+++ cursor.cpp	27 Dec 2004 22:08:19 -0000	2.22
@@ -20,6 +20,7 @@
  */
 
 #include "stdafx.h"
+#include "common/system.h"
 #include "scumm/bomp.h"
 #include "scumm/charset.h"
 #include "scumm/intern.h"

Index: debugger.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/debugger.cpp,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -d -r1.137 -r1.138
--- debugger.cpp	27 Dec 2004 21:54:19 -0000	1.137
+++ debugger.cpp	27 Dec 2004 22:08:19 -0000	1.138
@@ -36,6 +36,8 @@
 
 #include "common/debugger.cpp"
 
+extern int gDebugLevel;
+
 namespace Scumm {
 
 void CDECL debugC(int channel, const char *s, ...) {

Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.384
retrieving revision 2.385
diff -u -d -r2.384 -r2.385
--- gfx.cpp	19 Dec 2004 12:30:38 -0000	2.384
+++ gfx.cpp	27 Dec 2004 22:08:19 -0000	2.385
@@ -20,6 +20,7 @@
  */
 
 #include "stdafx.h"
+#include "common/system.h"
 #include "scumm/scumm.h"
 #include "scumm/actor.h"
 #include "scumm/charset.h"

Index: palette.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/palette.cpp,v
retrieving revision 2.20
retrieving revision 2.21
diff -u -d -r2.20 -r2.21
--- palette.cpp	4 Oct 2004 04:04:36 -0000	2.20
+++ palette.cpp	27 Dec 2004 22:08:20 -0000	2.21
@@ -20,6 +20,7 @@
  */
 
 #include "stdafx.h"
+#include "common/system.h"
 #include "common/util.h"
 #include "scumm/scumm.h"
 #include "scumm/intern.h"





More information about the Scummvm-git-logs mailing list