aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/widget_base.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-07-25 10:27:49 -0400
committerPaul Gilbert2015-07-25 10:27:49 -0400
commite77f9f1779adc885f85299840b4ab58a8dcb6c13 (patch)
tree2c02f5bc94eaabd14b2ac1ad23ffc9f73ea812ad /engines/sherlock/tattoo/widget_base.h
parentfc0cf31fdea7dc2d796b7d2109324d2d613d2e0b (diff)
downloadscummvm-rg350-e77f9f1779adc885f85299840b4ab58a8dcb6c13.tar.gz
scummvm-rg350-e77f9f1779adc885f85299840b4ab58a8dcb6c13.tar.bz2
scummvm-rg350-e77f9f1779adc885f85299840b4ab58a8dcb6c13.zip
SHERLOCK: RT: Hook up ScummVM save/load dialogs in-game
Diffstat (limited to 'engines/sherlock/tattoo/widget_base.h')
-rw-r--r--engines/sherlock/tattoo/widget_base.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/sherlock/tattoo/widget_base.h b/engines/sherlock/tattoo/widget_base.h
index 149f80e770..401dba6aed 100644
--- a/engines/sherlock/tattoo/widget_base.h
+++ b/engines/sherlock/tattoo/widget_base.h
@@ -80,6 +80,11 @@ protected:
void handleScrollbarEvents(int index, int pageSize, int count);
/**
+ * Close the dialog
+ */
+ void close();
+
+ /**
* Handle drawing the background on the area the widget is going to cover
*/
virtual void drawBackground();