aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/intern_he.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-04-29 22:22:20 +0200
committerEugene Sandulenko2016-04-29 22:22:20 +0200
commit73b8dfe5ce54232080ba7e425dc877fd4854e1a0 (patch)
treee803bc1bb377f1041a9226630f5eb6a149c51ea4 /engines/scumm/he/intern_he.h
parent91a91309bf80cefc7730e5bec7f948a111428152 (diff)
downloadscummvm-rg350-73b8dfe5ce54232080ba7e425dc877fd4854e1a0.tar.gz
scummvm-rg350-73b8dfe5ce54232080ba7e425dc877fd4854e1a0.tar.bz2
scummvm-rg350-73b8dfe5ce54232080ba7e425dc877fd4854e1a0.zip
SCUMM HE: Initial code for Moonbase-specific class
Diffstat (limited to 'engines/scumm/he/intern_he.h')
-rw-r--r--engines/scumm/he/intern_he.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/scumm/he/intern_he.h b/engines/scumm/he/intern_he.h
index 370f54c1d8..a8d7e846a2 100644
--- a/engines/scumm/he/intern_he.h
+++ b/engines/scumm/he/intern_he.h
@@ -27,6 +27,8 @@
#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
@@ -244,6 +246,10 @@ public:
void queueAuxEntry(int actorNum, int subIndex);
void remapHEPalette(const uint8 *src, uint8 *dst);
+
+public:
+ /* Moonbase stuff */
+ Moonbase *_moonbase;
};
class ScummEngine_v72he : public ScummEngine_v71he {