aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/scene.h')
-rw-r--r--engines/mads/scene.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/mads/scene.h b/engines/mads/scene.h
index f449ededfc..a49692dc5b 100644
--- a/engines/mads/scene.h
+++ b/engines/mads/scene.h
@@ -71,6 +71,9 @@ private:
*/
void doSceneStep();
+ /**
+ * Checks whether there's a pending keypress, and if so handles it.
+ */
void checkKeyboard();
/**