aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-07-10 20:11:19 -0400
committerPaul Gilbert2015-07-10 20:11:19 -0400
commit4c4aa45b5595990af3fc674b0c912be0d278be1e (patch)
treedc4a26f7f4003bcafcf1cd2d196f88b881e303bb /engines/sherlock/tattoo/tattoo.h
parent3a0fb8aebbe8ee0b638e45ed6facfab4b167a5be (diff)
downloadscummvm-rg350-4c4aa45b5595990af3fc674b0c912be0d278be1e.tar.gz
scummvm-rg350-4c4aa45b5595990af3fc674b0c912be0d278be1e.tar.bz2
scummvm-rg350-4c4aa45b5595990af3fc674b0c912be0d278be1e.zip
SHERLOCK: RT: Beginnings of darts minigame
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
*/