From 4a16ebc970bfe1eae948b5d59accc321b092db8c Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Thu, 10 Mar 2016 14:05:27 -0600 Subject: SCI32: Implement kSetNowSeen --- engines/sci/graphics/screen_item32.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'engines/sci/graphics/screen_item32.h') 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 - -- cgit v1.2.3