aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/user_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/user_interface.h')
-rw-r--r--engines/sherlock/user_interface.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/sherlock/user_interface.h b/engines/sherlock/user_interface.h
index 7a640efea1..dfd6d02efd 100644
--- a/engines/sherlock/user_interface.h
+++ b/engines/sherlock/user_interface.h
@@ -333,7 +333,15 @@ private:
public:
TattooUserInterface(SherlockEngine *vm);
+ /**
+ * Handles restoring any areas of the back buffer that were/are covered by UI elements
+ */
void doBgAnimRestoreUI();
+
+ /**
+ * Checks to see if the screen needs to be scrolled. If so, scrolls it towards the target position
+ */
+ void doScroll();
public:
virtual ~TattooUserInterface() {}