aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/screen_item32.h
diff options
context:
space:
mode:
authorColin Snover2016-03-10 14:05:27 -0600
committerColin Snover2016-03-10 14:16:56 -0600
commit4a16ebc970bfe1eae948b5d59accc321b092db8c (patch)
treee686fe900fe88ddd914cfaba18bbc49edd87c19b /engines/sci/graphics/screen_item32.h
parenteac416f480ca5d08a6117b15e78ef906a0135c91 (diff)
downloadscummvm-rg350-4a16ebc970bfe1eae948b5d59accc321b092db8c.tar.gz
scummvm-rg350-4a16ebc970bfe1eae948b5d59accc321b092db8c.tar.bz2
scummvm-rg350-4a16ebc970bfe1eae948b5d59accc321b092db8c.zip
SCI32: Implement kSetNowSeen
Diffstat (limited to 'engines/sci/graphics/screen_item32.h')
-rw-r--r--engines/sci/graphics/screen_item32.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/sci/graphics/screen_item32.h b/engines/sci/graphics/screen_item32.h
index 52782acc56..977d80ebad 100644
--- a/engines/sci/graphics/screen_item32.h
+++ b/engines/sci/graphics/screen_item32.h
@@ -259,6 +259,13 @@ public:
* VM object.
*/
void update(const reg_t object);
+
+ /**
+ * Gets the "now seen" rect for the screen item, which
+ * represents the current size and position of the
+ * screen item on the screen in script coordinates.
+ */
+ Common::Rect getNowSeenRect(const Plane &plane) const;
};
#pragma mark -