From d7a6bf58461ca4d780d354403fc40c9c91f66988 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 5 Apr 2011 11:36:38 +0200 Subject: SCUMM: Move ActorHE into its own header, move some HE specific stuff out of scumm.h --- engines/scumm/he/intern_he.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/scumm/he/intern_he.h') 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); -- cgit v1.2.3