From 943d0a702fe468f14fb40f73ef68588705488037 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 30 Mar 2015 21:07:01 -0400 Subject: SHERLOCK: Beginnings of talk loading, added skeleton Scripts class --- engines/sherlock/screen.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/sherlock/screen.h') diff --git a/engines/sherlock/screen.h b/engines/sherlock/screen.h index 5047d40216..597c47c83a 100644 --- a/engines/sherlock/screen.h +++ b/engines/sherlock/screen.h @@ -120,6 +120,10 @@ public: void buttonPrint(const Common::Point &pt, byte color, bool slamIt, const Common::String &str); void makePanel(const Common::Rect &r); + + void setDisplayBounds(const Common::Rect &r); + void resetDisplayBounds(); + Common::Rect getDisplayBounds(); }; } // End of namespace Sherlock -- cgit v1.2.3