aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he
diff options
context:
space:
mode:
authorMax Horn2006-03-03 15:16:02 +0000
committerMax Horn2006-03-03 15:16:02 +0000
commitbac32d1a5cf66f349e2cca106686047d43e6839e (patch)
tree1a2561632086a8ac59679f769832c93c72f16736 /engines/scumm/he
parent6ff8d3b9fd1bfe826bdbf2d3397ca92ca30b95f6 (diff)
downloadscummvm-rg350-bac32d1a5cf66f349e2cca106686047d43e6839e.tar.gz
scummvm-rg350-bac32d1a5cf66f349e2cca106686047d43e6839e.tar.bz2
scummvm-rg350-bac32d1a5cf66f349e2cca106686047d43e6839e.zip
Moved ScummFile etc. to the new file.cpp / file.h
svn-id: r21038
Diffstat (limited to 'engines/scumm/he')
-rw-r--r--engines/scumm/he/resource_he.cpp3
-rw-r--r--engines/scumm/he/script_v72he.cpp1
-rw-r--r--engines/scumm/he/script_v80he.cpp1
-rw-r--r--engines/scumm/he/sound_he.cpp1
4 files changed, 4 insertions, 2 deletions
diff --git a/engines/scumm/he/resource_he.cpp b/engines/scumm/he/resource_he.cpp
index 020cc7ab6d..0dc61f5366 100644
--- a/engines/scumm/he/resource_he.cpp
+++ b/engines/scumm/he/resource_he.cpp
@@ -26,11 +26,12 @@
#include "common/stdafx.h"
#include "scumm/scumm.h"
+#include "scumm/file.h"
#include "scumm/he/intern_he.h"
#include "scumm/resource.h"
#include "scumm/he/resource_he.h"
#include "scumm/sound.h"
-#include "scumm/util.h"
+
#include "sound/wave.h"
#include "common/stream.h"
diff --git a/engines/scumm/he/script_v72he.cpp b/engines/scumm/he/script_v72he.cpp
index 680c3d078a..5c022c153d 100644
--- a/engines/scumm/he/script_v72he.cpp
+++ b/engines/scumm/he/script_v72he.cpp
@@ -29,6 +29,7 @@
#include "scumm/actor.h"
#include "scumm/charset.h"
+#include "scumm/file.h"
#include "scumm/he/intern_he.h"
#include "scumm/object.h"
#include "scumm/resource.h"
diff --git a/engines/scumm/he/script_v80he.cpp b/engines/scumm/he/script_v80he.cpp
index f65fdc933f..fa7c17f810 100644
--- a/engines/scumm/he/script_v80he.cpp
+++ b/engines/scumm/he/script_v80he.cpp
@@ -35,7 +35,6 @@
#include "scumm/he/resource_he.h"
#include "scumm/scumm.h"
#include "scumm/sound.h"
-#include "scumm/util.h"
namespace Scumm {
diff --git a/engines/scumm/he/sound_he.cpp b/engines/scumm/he/sound_he.cpp
index fb621954f9..bb01ede275 100644
--- a/engines/scumm/he/sound_he.cpp
+++ b/engines/scumm/he/sound_he.cpp
@@ -23,6 +23,7 @@
#include "common/stdafx.h"
#include "scumm/actor.h"
+#include "scumm/file.h"
#include "scumm/imuse/imuse.h"
#include "scumm/scumm.h"
#include "scumm/sound.h"