aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_user_interface.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-07-24 19:42:41 -0400
committerPaul Gilbert2015-07-24 19:42:41 -0400
commitc6e18844038e087f373923731265beac58485a31 (patch)
tree72507862f9074d63c6b9fa556522197e38d667e5 /engines/sherlock/tattoo/tattoo_user_interface.h
parent8be83948b1485bb143dd05f7373ffeeb08a8638d (diff)
downloadscummvm-rg350-c6e18844038e087f373923731265beac58485a31.tar.gz
scummvm-rg350-c6e18844038e087f373923731265beac58485a31.tar.bz2
scummvm-rg350-c6e18844038e087f373923731265beac58485a31.zip
SHERLOCK: RT: Rendering fixes for Options & Quit dialogs
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_user_interface.h')
-rw-r--r--engines/sherlock/tattoo/tattoo_user_interface.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/engines/sherlock/tattoo/tattoo_user_interface.h b/engines/sherlock/tattoo/tattoo_user_interface.h
index 790c892ec8..016398efd5 100644
--- a/engines/sherlock/tattoo/tattoo_user_interface.h
+++ b/engines/sherlock/tattoo/tattoo_user_interface.h
@@ -32,6 +32,7 @@
#include "sherlock/tattoo/widget_inventory.h"
#include "sherlock/tattoo/widget_lab.h"
#include "sherlock/tattoo/widget_options.h"
+#include "sherlock/tattoo/widget_quit.h"
#include "sherlock/tattoo/widget_text.h"
#include "sherlock/tattoo/widget_tooltip.h"
#include "sherlock/tattoo/widget_verbs.h"
@@ -55,6 +56,7 @@ private:
int _cAnimFramePause;
WidgetInventory _inventoryWidget;
WidgetMessage _messageWidget;
+ WidgetQuit _quitWidget;
Common::List<WidgetBase *> _widgets;
byte _lookupTable[PALETTE_COUNT];
byte _lookupTable1[PALETTE_COUNT];
@@ -85,11 +87,6 @@ private:
void initFileMenu();
/**
- * Handle displaying the quit menu
- */
- void doQuitMenu();
-
- /**
* Free any active menu
*/
void freeMenu();
@@ -161,6 +158,11 @@ public:
void doControls();
/**
+ * Handle the display of the quit menu
+ */
+ void doQuitMenu();
+
+ /**
* Pick up the selected object
*/
void pickUpObject(int objNum);