aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/tattoo/tattoo.h')
-rw-r--r--engines/sherlock/tattoo/tattoo.h3
1 files changed, 3 insertions, 0 deletions
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
*/