From 4c4aa45b5595990af3fc674b0c912be0d278be1e Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 10 Jul 2015 20:11:19 -0400 Subject: SHERLOCK: RT: Beginnings of darts minigame --- engines/sherlock/tattoo/tattoo.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/sherlock/tattoo/tattoo.h') diff --git a/engines/sherlock/tattoo/tattoo.h b/engines/sherlock/tattoo/tattoo.h index 57415c1c51..4c7977bd35 100644 --- a/engines/sherlock/tattoo/tattoo.h +++ b/engines/sherlock/tattoo/tattoo.h @@ -24,6 +24,7 @@ #define SHERLOCK_TATTOO_H #include "sherlock/sherlock.h" +#include "sherlock/tattoo/tattoo_darts.h" namespace Sherlock { @@ -52,6 +53,8 @@ enum { class TattooEngine : public SherlockEngine { private: + Darts _darts; + /** * Loads the initial palette for the game */ -- cgit v1.2.3