From 1e291b0b25719f61f7173d9f8ae7e0da5164b526 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 24 May 2015 07:46:25 -0400 Subject: SHERLOCK: Implemented initial RT palette loading --- engines/sherlock/tattoo/tattoo.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/sherlock/tattoo/tattoo.h') diff --git a/engines/sherlock/tattoo/tattoo.h b/engines/sherlock/tattoo/tattoo.h index 7bdeec55d1..b9224e06ba 100644 --- a/engines/sherlock/tattoo/tattoo.h +++ b/engines/sherlock/tattoo/tattoo.h @@ -30,6 +30,11 @@ namespace Sherlock { namespace Tattoo { class TattooEngine : public SherlockEngine { +private: + /** + * Loads the initial palette for the game + */ + void loadInitialPalette(); protected: virtual void initialize(); -- cgit v1.2.3