aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/events.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-01-08 23:31:34 -0500
committerPaul Gilbert2014-01-08 23:31:34 -0500
commitdfe3d8b4ceab85f3831ad4fe7fb0fa587c1e67fa (patch)
tree260e35d31cd673798b45f6e88b31a2ed9bdbf4ff /engines/voyeur/events.h
parentd0703467b42d3636f3d81683efc3e336ab33052f (diff)
downloadscummvm-rg350-dfe3d8b4ceab85f3831ad4fe7fb0fa587c1e67fa.tar.gz
scummvm-rg350-dfe3d8b4ceab85f3831ad4fe7fb0fa587c1e67fa.tar.bz2
scummvm-rg350-dfe3d8b4ceab85f3831ad4fe7fb0fa587c1e67fa.zip
VOYEUR: Preliminary savegame functionality
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();