aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/help.h
diff options
context:
space:
mode:
authoruruk2014-02-11 22:34:27 +0100
committeruruk2014-02-11 22:34:27 +0100
commitdb2baa6f06fbc8382d75f2c6855dc6fecee62d5e (patch)
treef9de4547127db7e84a554374443bdd7e90274f44 /engines/avalanche/help.h
parent62ad697c9a08950ce77cd4c8cf16a1c19908e709 (diff)
downloadscummvm-rg350-db2baa6f06fbc8382d75f2c6855dc6fecee62d5e.tar.gz
scummvm-rg350-db2baa6f06fbc8382d75f2c6855dc6fecee62d5e.tar.bz2
scummvm-rg350-db2baa6f06fbc8382d75f2c6855dc6fecee62d5e.zip
AVALANCHE: Partially implement Help::getMe().
The drawing of the buttons are still missing.
Diffstat (limited to 'engines/avalanche/help.h')
-rw-r--r--engines/avalanche/help.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/help.h b/engines/avalanche/help.h
index f2a2656de2..912927ae97 100644
--- a/engines/avalanche/help.h
+++ b/engines/avalanche/help.h
@@ -51,7 +51,7 @@ private:
void plotButton(int8 y, byte which);
void getMe(byte which);
- Common::String getLine(); // It was a nested function in getMe().
+ Common::String getLine(Common::File &file); // It was a nested function in getMe().
byte checkMouse(); // Returns clicked-on button, or 0 if none.
void continueHelp();
};