aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/events.h
diff options
context:
space:
mode:
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 3c474aaded..753139bf35 100644
--- a/engines/voyeur/events.h
+++ b/engines/voyeur/events.h
@@ -141,6 +141,7 @@ public:
void showCursor();
void hideCursor();
Common::Point getMousePos() { return _mousePos; }
+ uint32 getGameCounter() const { return _gameCounter; }
void getMouseInfo();
void checkForKey();
void startCursorBlink();