aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorMax Horn2004-12-27 22:08:20 +0000
committerMax Horn2004-12-27 22:08:20 +0000
commitd299f0601bd977907426d18828dacec14907b8dc (patch)
treea3a26d6181d3247efc73b02ee13388747ea045f7 /scumm
parent6e32618c9a8b3a70ab92891042e457bc71b2d15a (diff)
downloadscummvm-rg350-d299f0601bd977907426d18828dacec14907b8dc.tar.gz
scummvm-rg350-d299f0601bd977907426d18828dacec14907b8dc.tar.bz2
scummvm-rg350-d299f0601bd977907426d18828dacec14907b8dc.zip
Reducing header dependencies a bit
svn-id: r16347
Diffstat (limited to 'scumm')
-rw-r--r--scumm/cursor.cpp1
-rw-r--r--scumm/debugger.cpp2
-rw-r--r--scumm/gfx.cpp1
-rw-r--r--scumm/palette.cpp1
4 files changed, 5 insertions, 0 deletions
diff --git a/scumm/cursor.cpp b/scumm/cursor.cpp
index 08dc983f73..c7d9b1d5a2 100644
--- a/scumm/cursor.cpp
+++ b/scumm/cursor.cpp
@@ -20,6 +20,7 @@
*/
#include "stdafx.h"
+#include "common/system.h"
#include "scumm/bomp.h"
#include "scumm/charset.h"
#include "scumm/intern.h"
diff --git a/scumm/debugger.cpp b/scumm/debugger.cpp
index 2a94c96b93..4a97fff3e4 100644
--- a/scumm/debugger.cpp
+++ b/scumm/debugger.cpp
@@ -36,6 +36,8 @@
#include "common/debugger.cpp"
+extern int gDebugLevel;
+
namespace Scumm {
void CDECL debugC(int channel, const char *s, ...) {
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp
index d956852c17..cbe686541a 100644
--- a/scumm/gfx.cpp
+++ b/scumm/gfx.cpp
@@ -20,6 +20,7 @@
*/
#include "stdafx.h"
+#include "common/system.h"
#include "scumm/scumm.h"
#include "scumm/actor.h"
#include "scumm/charset.h"
diff --git a/scumm/palette.cpp b/scumm/palette.cpp
index 04cabf3944..d0e3d5d23a 100644
--- a/scumm/palette.cpp
+++ b/scumm/palette.cpp
@@ -20,6 +20,7 @@
*/
#include "stdafx.h"
+#include "common/system.h"
#include "common/util.h"
#include "scumm/scumm.h"
#include "scumm/intern.h"