aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/intern_he.h
diff options
context:
space:
mode:
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 96807ccbd5..830e940322 100644
--- a/engines/scumm/he/intern_he.h
+++ b/engines/scumm/he/intern_he.h
@@ -115,6 +115,7 @@ protected:
byte *_heV7DiskOffsets;
byte *_heV7RoomOffsets;
+ uint32 *_heV7RoomIntOffsets;
int32 _heSndSoundId, _heSndOffset, _heSndChannel, _heSndFlags, _heSndSoundFreq;
@@ -130,6 +131,9 @@ public:
void restoreBackgroundHE(Common::Rect rect, int dirtybit = 0);
protected:
+ virtual void allocateArrays();
+ virtual int readResTypeList(int id);
+ virtual uint32 getResourceRoomOffset(int type, int idx);
virtual void setupOpcodes();
virtual void setupScummVars();