aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/help.h
diff options
context:
space:
mode:
authoruruk2014-02-14 03:18:11 +0100
committeruruk2014-02-14 03:18:11 +0100
commitc57e98ce8dc0dad0ab3154c354afc4dbead3fb85 (patch)
tree086cc5f5ad3bece976772b311127ced7cdfa1840 /engines/avalanche/help.h
parent3d528b512f6ead3d03e6af99d1e428215e30ce7b (diff)
downloadscummvm-rg350-c57e98ce8dc0dad0ab3154c354afc4dbead3fb85.tar.gz
scummvm-rg350-c57e98ce8dc0dad0ab3154c354afc4dbead3fb85.tar.bz2
scummvm-rg350-c57e98ce8dc0dad0ab3154c354afc4dbead3fb85.zip
AVALANCHE: Simplify continueHelp(), move keyboard control to it's own function.
Diffstat (limited to 'engines/avalanche/help.h')
-rw-r--r--engines/avalanche/help.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/avalanche/help.h b/engines/avalanche/help.h
index 23fa5d4c40..8ac552d440 100644
--- a/engines/avalanche/help.h
+++ b/engines/avalanche/help.h
@@ -53,6 +53,7 @@ private:
void switchPage(byte which);
Common::String getLine(Common::File &file); // It was a nested function in getMe().
byte checkMouse(); // Returns clicked-on button, or 0 if none.
+ bool handleKeyboard(const Common::Event &event);
void continueHelp();
};