diff options
Diffstat (limited to 'gui/console.h')
-rw-r--r-- | gui/console.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/console.h b/gui/console.h index d311ad5636..2445005afc 100644 --- a/gui/console.h +++ b/gui/console.h @@ -174,11 +174,12 @@ protected: void print(const char *str); void updateScrollBuffer(); void scrollToCurrent(); + Common::String getUserInput(); void defaultKeyDownHandler(Common::KeyState &state); // Line editing - void specialKeys(int keycode); + void specialKeys(Common::KeyCode keycode); void nextLine(); void killChar(); void killLine(); |