aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorMax Horn2003-04-12 02:09:00 +0000
committerMax Horn2003-04-12 02:09:00 +0000
commit9750a2407c9832550d76798576aeceea9c541c9d (patch)
tree4c1930b23b9aeb03883e7b958c07bf8c696ca7b1 /scumm/scumm.h
parentdbff83a88bbe2e384435c678abe861b4b82cfd63 (diff)
downloadscummvm-rg350-9750a2407c9832550d76798576aeceea9c541c9d.tar.gz
scummvm-rg350-9750a2407c9832550d76798576aeceea9c541c9d.tar.bz2
scummvm-rg350-9750a2407c9832550d76798576aeceea9c541c9d.zip
lots of unblocked aka GF_OLD_BUNDLE support code (still no load, but gets further :-)
svn-id: r6977
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 248fb26c45..b0d59d8bff 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -595,8 +595,11 @@ protected:
bool isResourceInUse(int type, int i);
void initRoomSubBlocks();
void clearRoomObjects();
+
void loadRoomObjects();
void loadRoomObjectsSmall();
+ void loadRoomObjectsOldBundle();
+
void readArrayFromIndexFile();
virtual void readMAXS();
virtual void readIndexFile();