aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/objects.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-03-23 20:34:34 -0400
committerPaul Gilbert2015-03-23 20:34:34 -0400
commit73085bf57034adc2dbf5994ce2c6930b416eee7d (patch)
treed3c6c60a7cff231fdb0305173e0457a530bfa13e /engines/sherlock/objects.h
parent989d26897436103ff475b9987645b06265076bda (diff)
downloadscummvm-rg350-73085bf57034adc2dbf5994ce2c6930b416eee7d.tar.gz
scummvm-rg350-73085bf57034adc2dbf5994ce2c6930b416eee7d.tar.bz2
scummvm-rg350-73085bf57034adc2dbf5994ce2c6930b416eee7d.zip
SHERLOCK: Beginnings of UserInterface class
Diffstat (limited to 'engines/sherlock/objects.h')
-rw-r--r--engines/sherlock/objects.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/sherlock/objects.h b/engines/sherlock/objects.h
index 8099c6b74f..4944681ab3 100644
--- a/engines/sherlock/objects.h
+++ b/engines/sherlock/objects.h
@@ -212,6 +212,9 @@ public:
int frameWidth() const { return _imageFrame ? _imageFrame->_frame.w : 0; }
int frameHeight() const { return _imageFrame ? _imageFrame->_frame.h : 0; }
+ const Common::Rect getNewBounds() const;
+ const Common::Rect getNoShapeBounds() const;
+ const Common::Rect getOldBounds() const;
};
struct CAnim {