aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/gfx.cpp
diff options
context:
space:
mode:
authorMax Horn2006-02-25 01:01:27 +0000
committerMax Horn2006-02-25 01:01:27 +0000
commit275344a9316251acefdba6053861ec13d812d813 (patch)
treea2d4a4dd6d31b6811b98f9759518bf5384af9193 /engines/cine/gfx.cpp
parent5ea3b8f9cd7e183e947187ffa62348b70bf6048d (diff)
downloadscummvm-rg350-275344a9316251acefdba6053861ec13d812d813.tar.gz
scummvm-rg350-275344a9316251acefdba6053861ec13d812d813.tar.bz2
scummvm-rg350-275344a9316251acefdba6053861ec13d812d813.zip
Reducing the header dependencies in cine a bit more
svn-id: r20857
Diffstat (limited to 'engines/cine/gfx.cpp')
-rw-r--r--engines/cine/gfx.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/cine/gfx.cpp b/engines/cine/gfx.cpp
index d7bbc281e0..bcd60d4e87 100644
--- a/engines/cine/gfx.cpp
+++ b/engines/cine/gfx.cpp
@@ -24,6 +24,8 @@
#include "cine/cine.h"
+#include "common/system.h"
+
namespace Cine {
byte *screenBuffer;