aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/events.h
diff options
context:
space:
mode:
authorPaul Gilbert2013-12-14 11:39:15 -0500
committerPaul Gilbert2013-12-14 11:39:15 -0500
commit49d50afb4728d6a5773fb8faeac3629bf56953ee (patch)
tree214c4fd96196138f0adab4111890921facbf3b2b /engines/voyeur/events.h
parentdebe14fc5089a7be9edc1a86843c0213f48c6af4 (diff)
downloadscummvm-rg350-49d50afb4728d6a5773fb8faeac3629bf56953ee.tar.gz
scummvm-rg350-49d50afb4728d6a5773fb8faeac3629bf56953ee.tar.bz2
scummvm-rg350-49d50afb4728d6a5773fb8faeac3629bf56953ee.zip
VOYEUR: In progress implementation of doInterface
Diffstat (limited to 'engines/voyeur/events.h')
-rw-r--r--engines/voyeur/events.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/voyeur/events.h b/engines/voyeur/events.h
index 97927e7d7d..9fe3464431 100644
--- a/engines/voyeur/events.h
+++ b/engines/voyeur/events.h
@@ -201,6 +201,7 @@ public:
void setVm(VoyeurEngine *vm) { _vm = vm; }
void resetMouse();
+ void setMousePos(const Common::Point &p) { _mousePos = p; }
void startMainClockInt();
void vStopCycle();
void sWaitFlip();