aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/resource.h')
-rw-r--r--engines/mohawk/resource.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/mohawk/resource.h b/engines/mohawk/resource.h
index 809c55da1d..426e022ae4 100644
--- a/engines/mohawk/resource.h
+++ b/engines/mohawk/resource.h
@@ -145,6 +145,8 @@ public:
Common::Array<uint32> getResourceTypeList() const;
Common::Array<uint16> getResourceIDList(uint32 type) const;
+ /** Offset the resource ids for a resource type by the specified amount */
+ void offsetResourceIDs(uint32 type, uint16 startId, int16 increment);
protected:
Common::SeekableReadStream *_stream;