aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/widget_files.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-07-26 09:24:02 -0400
committerPaul Gilbert2015-07-26 09:24:02 -0400
commitb2de771613536cb4f9298d919cd4aef0ede74e5d (patch)
treea5fc89156645380a35b0ea37d7ef8af5bb5091b0 /engines/sherlock/tattoo/widget_files.h
parentd8cdaabadfa67526794d83e6ab7c59bb46f1b54c (diff)
downloadscummvm-rg350-b2de771613536cb4f9298d919cd4aef0ede74e5d.tar.gz
scummvm-rg350-b2de771613536cb4f9298d919cd4aef0ede74e5d.tar.bz2
scummvm-rg350-b2de771613536cb4f9298d919cd4aef0ede74e5d.zip
SHERLOCK: RT: Implement Files dialog event handling
Diffstat (limited to 'engines/sherlock/tattoo/widget_files.h')
-rw-r--r--engines/sherlock/tattoo/widget_files.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/sherlock/tattoo/widget_files.h b/engines/sherlock/tattoo/widget_files.h
index e861206d4b..94a029d18d 100644
--- a/engines/sherlock/tattoo/widget_files.h
+++ b/engines/sherlock/tattoo/widget_files.h
@@ -57,6 +57,11 @@ private:
void showScummVMRestoreDialog();
/**
+ * Prompt the user for a savegame name in the currently selected slot
+ */
+ bool getFilename();
+
+ /**
* Return the area of a widget that the scrollbar will be drawn in
*/
virtual Common::Rect getScrollBarBounds() const;