aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven_stacks/gspit.h
diff options
context:
space:
mode:
authorBastien Bouclet2016-11-05 14:47:02 +0100
committerEugene Sandulenko2017-07-03 08:50:10 +0200
commit22926a1835079f31fa778f2f2eb4e645c451457a (patch)
tree5c622ae7a0ef933ccfe0abe18aec7f7d3b42542d /engines/mohawk/riven_stacks/gspit.h
parentefcf38f95f14272efd8ace91747a45bd53c74b57 (diff)
downloadscummvm-rg350-22926a1835079f31fa778f2f2eb4e645c451457a.tar.gz
scummvm-rg350-22926a1835079f31fa778f2f2eb4e645c451457a.tar.bz2
scummvm-rg350-22926a1835079f31fa778f2f2eb4e645c451457a.zip
MOHAWK: Move the timer callbacks to the stacks
Diffstat (limited to 'engines/mohawk/riven_stacks/gspit.h')
-rw-r--r--engines/mohawk/riven_stacks/gspit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/mohawk/riven_stacks/gspit.h b/engines/mohawk/riven_stacks/gspit.h
index 045d47a2b4..e7f21692cc 100644
--- a/engines/mohawk/riven_stacks/gspit.h
+++ b/engines/mohawk/riven_stacks/gspit.h
@@ -65,6 +65,9 @@ public:
void xglview_prisonon(uint16 argc, uint16 *argv);
void xglview_villageon(uint16 argc, uint16 *argv);
+ // Timer handlers
+ void catherineViewerIdleTimer();
+
private:
void lowerPins();
};