From 0a8630ab46567e137358807208158d080be556e6 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 21 Jun 2015 14:44:32 -0400 Subject: SHERLOCK: RT: Implemented drawJournalControls --- engines/sherlock/tattoo/tattoo_user_interface.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'engines/sherlock/tattoo/tattoo_user_interface.h') diff --git a/engines/sherlock/tattoo/tattoo_user_interface.h b/engines/sherlock/tattoo/tattoo_user_interface.h index 27039d9e4b..9adc9ccc8f 100644 --- a/engines/sherlock/tattoo/tattoo_user_interface.h +++ b/engines/sherlock/tattoo/tattoo_user_interface.h @@ -36,6 +36,8 @@ namespace Sherlock { namespace Tattoo { +#define BUTTON_SIZE 15 // Button width/height + class WidgetBase; class TattooUserInterface : public UserInterface { @@ -144,9 +146,10 @@ public: ImageFile *_mask, *_mask1; Common::Point _maskOffset; int _maskCounter; + ImageFile *_interfaceImages; public: TattooUserInterface(SherlockEngine *vm); - virtual ~TattooUserInterface() {} + virtual ~TattooUserInterface(); /** * Handles restoring any areas of the back buffer that were/are covered by UI elements -- cgit v1.2.3