aboutsummaryrefslogtreecommitdiff
path: root/engines/access/data.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-08-17 22:09:03 -0400
committerPaul Gilbert2014-08-17 22:09:03 -0400
commit38acce33fd95171a5d3a7a00cad57bb4a5711bad (patch)
treeabb39a59082e356c761b80ea83c6de65d0d358aa /engines/access/data.h
parenta8a7018926f68d4792f3114ea8496ae721c2490c (diff)
downloadscummvm-rg350-38acce33fd95171a5d3a7a00cad57bb4a5711bad.tar.gz
scummvm-rg350-38acce33fd95171a5d3a7a00cad57bb4a5711bad.tar.bz2
scummvm-rg350-38acce33fd95171a5d3a7a00cad57bb4a5711bad.zip
ACCESS: Add updateTimers so bubble boxes can be removed
Diffstat (limited to 'engines/access/data.h')
-rw-r--r--engines/access/data.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/access/data.h b/engines/access/data.h
index 7ddc5d610e..8ba3c58c82 100644
--- a/engines/access/data.h
+++ b/engines/access/data.h
@@ -68,6 +68,11 @@ public:
* Resetore the set of previously saved timers
*/
void restoreTimers();
+
+ /**
+ * Update the timer list
+ */
+ void updateTimers();
};
class ExtraCell {