aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/intern_he.h
diff options
context:
space:
mode:
authorMax Horn2011-04-05 11:36:38 +0200
committerMax Horn2011-04-05 15:18:08 +0200
commitd7a6bf58461ca4d780d354403fc40c9c91f66988 (patch)
tree8c33fb034a555b143806acffca2aef24f6c08205 /engines/scumm/he/intern_he.h
parent55e65cee8099d91ae4797f7772cb5e459089892a (diff)
downloadscummvm-rg350-d7a6bf58461ca4d780d354403fc40c9c91f66988.tar.gz
scummvm-rg350-d7a6bf58461ca4d780d354403fc40c9c91f66988.tar.bz2
scummvm-rg350-d7a6bf58461ca4d780d354403fc40c9c91f66988.zip
SCUMM: Move ActorHE into its own header, move some HE specific stuff out of scumm.h
Diffstat (limited to 'engines/scumm/he/intern_he.h')
-rw-r--r--engines/scumm/he/intern_he.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/scumm/he/intern_he.h b/engines/scumm/he/intern_he.h
index 5b59558dd7..c0eaf7352b 100644
--- a/engines/scumm/he/intern_he.h
+++ b/engines/scumm/he/intern_he.h
@@ -31,6 +31,7 @@
#include "scumm/he/floodfill_he.h"
#include "scumm/he/wiz_he.h"
#endif
+#include "scumm/actor_he.h" // For AuxBlock & AuxEntry
namespace Common {
class SeekableReadStream;
@@ -55,7 +56,10 @@ public:
Common::SeekableReadStream *_hInFileTable[17];
Common::WriteStream *_hOutFileTable[17];
+ Common::Rect _actorClipOverride; // HE specific
+
int _heTimers[16];
+
int getHETimer(int timer);
void setHETimer(int timer);