From e77f9f1779adc885f85299840b4ab58a8dcb6c13 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 25 Jul 2015 10:27:49 -0400 Subject: SHERLOCK: RT: Hook up ScummVM save/load dialogs in-game --- engines/sherlock/tattoo/widget_base.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/sherlock/tattoo/widget_base.h') 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 @@ -79,6 +79,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 */ -- cgit v1.2.3