From 3910ff481ed1baeb9d46b776f58ad24989d48e13 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 21 Jun 2015 10:33:42 -0400 Subject: SHERLOCK: RT: Move mask code to TattooUserInterface --- engines/sherlock/tattoo/tattoo_user_interface.h | 7 +++++++ 1 file changed, 7 insertions(+) (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 49f7c1f37e..6eeae2dfd9 100644 --- a/engines/sherlock/tattoo/tattoo_user_interface.h +++ b/engines/sherlock/tattoo/tattoo_user_interface.h @@ -201,6 +201,13 @@ public: * Makes a greyscale translation table for each palette entry in the table */ void setupBGArea(const byte cMap[PALETTE_SIZE]); + + /** + * Erase any background as needed before drawing frame + */ + void doBgAnimEraseBackground(); + + void drawMaskArea(bool mode); public: /** * Resets the user interface -- cgit v1.2.3