aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/resources.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/resources.h')
-rw-r--r--engines/sherlock/resources.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/sherlock/resources.h b/engines/sherlock/resources.h
index 5c071e3922..97d2fb0616 100644
--- a/engines/sherlock/resources.h
+++ b/engines/sherlock/resources.h
@@ -183,6 +183,16 @@ struct ImageFrame {
* Return the frame height adjusted by a specified scale amount
*/
int sDrawYSize(int scaleVal) const;
+
+ /**
+ * Return the frame offset x adjusted by a specified scale amount
+ */
+ int sDrawXOffset(int scaleVal) const;
+
+ /**
+ * Return the frame offset y adjusted by a specified scale amount
+ */
+ int sDrawYOffset(int scaleVal) const;
};
class ImageFile : public Common::Array<ImageFrame> {