aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/object.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/object.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/object.cpp')
-rw-r--r--engines/cine/object.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/cine/object.cpp b/engines/cine/object.cpp
index e0d56ce87b..e880059078 100644
--- a/engines/cine/object.cpp
+++ b/engines/cine/object.cpp
@@ -23,6 +23,7 @@
*/
#include "cine/cine.h"
+#include "cine/flip_support.h"
namespace Cine {