From dfe3d8b4ceab85f3831ad4fe7fb0fa587c1e67fa Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 8 Jan 2014 23:31:34 -0500 Subject: VOYEUR: Preliminary savegame functionality --- engines/voyeur/events.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/voyeur/events.h') 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(); -- cgit v1.2.3