aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_user_interface.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-21 14:44:32 -0400
committerPaul Gilbert2015-06-21 14:44:32 -0400
commit0a8630ab46567e137358807208158d080be556e6 (patch)
treec82d84fd1c581803491f8a8cc27990bf02a9bc7e /engines/sherlock/tattoo/tattoo_user_interface.h
parentbeb74228be303e00b072440d0f514e5ef060433e (diff)
downloadscummvm-rg350-0a8630ab46567e137358807208158d080be556e6.tar.gz
scummvm-rg350-0a8630ab46567e137358807208158d080be556e6.tar.bz2
scummvm-rg350-0a8630ab46567e137358807208158d080be556e6.zip
SHERLOCK: RT: Implemented drawJournalControls
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_user_interface.h')
-rw-r--r--engines/sherlock/tattoo/tattoo_user_interface.h5
1 files changed, 4 insertions, 1 deletions
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