aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/intern_he.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-05-10 17:12:13 +0200
committerEugene Sandulenko2016-05-10 18:07:36 +0200
commit543920a1d672c13d6015bf0cedcf1ebe2f827270 (patch)
tree72063a36bce3cc21ad5fe0a407a0f0c548689f20 /engines/scumm/he/intern_he.h
parent35335b253e046e1bc9f9b8cd04878708dc384492 (diff)
downloadscummvm-rg350-543920a1d672c13d6015bf0cedcf1ebe2f827270.tar.gz
scummvm-rg350-543920a1d672c13d6015bf0cedcf1ebe2f827270.tar.bz2
scummvm-rg350-543920a1d672c13d6015bf0cedcf1ebe2f827270.zip
SCUMM HE: Started code for loading FOW resources
Diffstat (limited to 'engines/scumm/he/intern_he.h')
-rw-r--r--engines/scumm/he/intern_he.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/scumm/he/intern_he.h b/engines/scumm/he/intern_he.h
index 51d9a9045f..df62c59dd8 100644
--- a/engines/scumm/he/intern_he.h
+++ b/engines/scumm/he/intern_he.h
@@ -27,8 +27,6 @@
#ifdef ENABLE_HE
#include "scumm/he/floodfill_he.h"
#include "scumm/he/wiz_he.h"
-
-#include "scumm/he/moonbase/moonbase.h"
#endif
#include "scumm/actor_he.h" // For AuxBlock & AuxEntry
@@ -186,6 +184,8 @@ protected:
};
#ifdef ENABLE_HE
+class Moonbase;
+
class ScummEngine_v71he : public ScummEngine_v70he {
friend class Wiz;
friend class Moonbase;