aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/voyeur.h
diff options
context:
space:
mode:
authorPaul Gilbert2013-12-24 10:32:41 +1100
committerPaul Gilbert2013-12-24 10:32:41 +1100
commit156f78e7cdb4c49b437c378d7239806784bcee54 (patch)
tree387c9e7b5c6db4ced4a8e31583f1d5cd60194fec /engines/voyeur/voyeur.h
parent1af5a3b1b4174c2238b6d7ab81600eefe929dc9c (diff)
downloadscummvm-rg350-156f78e7cdb4c49b437c378d7239806784bcee54.tar.gz
scummvm-rg350-156f78e7cdb4c49b437c378d7239806784bcee54.tar.bz2
scummvm-rg350-156f78e7cdb4c49b437c378d7239806784bcee54.zip
VOYEUR: Bugfixes and move for doScroll method
Diffstat (limited to 'engines/voyeur/voyeur.h')
-rw-r--r--engines/voyeur/voyeur.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/voyeur/voyeur.h b/engines/voyeur/voyeur.h
index a48f9c2784..0da5058992 100644
--- a/engines/voyeur/voyeur.h
+++ b/engines/voyeur/voyeur.h
@@ -165,6 +165,12 @@ public:
* If necessary, flashes the time remaining bar on the video camera screen
*/
void flashTimeBar();
+
+ /**
+ * Handle scrolling of the mansion view in the camera sights
+ */
+ void doScroll(const Common::Point &pt);
+
void checkPhoneCall();
void doEvidDisplay(int v1, int v2);