aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v72he.cpp
diff options
context:
space:
mode:
authorMax Horn2006-02-04 12:11:10 +0000
committerMax Horn2006-02-04 12:11:10 +0000
commit26349e6f65fc629db3334c80f230c976fae4ef55 (patch)
treebbc05e419fa30e3b103e4652673bfec63777f02a /scumm/script_v72he.cpp
parent4e83bd307ad616e4b65d62db2995406941368a18 (diff)
downloadscummvm-rg350-26349e6f65fc629db3334c80f230c976fae4ef55.tar.gz
scummvm-rg350-26349e6f65fc629db3334c80f230c976fae4ef55.tar.bz2
scummvm-rg350-26349e6f65fc629db3334c80f230c976fae4ef55.zip
Split intern.h and moved HE stuff into the new file intern_he.h
svn-id: r20372
Diffstat (limited to 'scumm/script_v72he.cpp')
-rw-r--r--scumm/script_v72he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp
index adade6ac2b..b604569c29 100644
--- a/scumm/script_v72he.cpp
+++ b/scumm/script_v72he.cpp
@@ -28,7 +28,7 @@
#include "scumm/actor.h"
#include "scumm/charset.h"
-#include "scumm/intern.h"
+#include "scumm/intern_he.h"
#include "scumm/object.h"
#include "scumm/resource.h"
#include "scumm/resource_v7he.h"