aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/intern_he.h
diff options
context:
space:
mode:
authorTravis Howell2011-08-28 10:40:23 +1000
committerTravis Howell2011-08-28 10:40:23 +1000
commitb3457144ed6a4002ea8b51ac93ba14047950c262 (patch)
tree377c407a860c73cf578ac705c37ef741980e0be0 /engines/scumm/he/intern_he.h
parent4e83a49b0fe42de37827ecffe5a65e492e76ea06 (diff)
downloadscummvm-rg350-b3457144ed6a4002ea8b51ac93ba14047950c262.tar.gz
scummvm-rg350-b3457144ed6a4002ea8b51ac93ba14047950c262.tar.bz2
scummvm-rg350-b3457144ed6a4002ea8b51ac93ba14047950c262.zip
SCUMM: Add basic support for setOffHeap resource flag in HE90+ games.
Diffstat (limited to 'engines/scumm/he/intern_he.h')
-rw-r--r--engines/scumm/he/intern_he.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/scumm/he/intern_he.h b/engines/scumm/he/intern_he.h
index f4df6571fa..cdc5faa084 100644
--- a/engines/scumm/he/intern_he.h
+++ b/engines/scumm/he/intern_he.h
@@ -458,6 +458,7 @@ protected:
virtual void saveOrLoad(Serializer *s);
virtual void readMAXS(int blockSize);
+ void setResourceOffHeap(int typeId, int resId, int val);
virtual void processActors();