aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalanche.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/avalanche.h')
-rw-r--r--engines/avalanche/avalanche.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/avalanche/avalanche.h b/engines/avalanche/avalanche.h
index 0e19d7cfe2..dfe48b890f 100644
--- a/engines/avalanche/avalanche.h
+++ b/engines/avalanche/avalanche.h
@@ -44,6 +44,7 @@
#include "avalanche/nim.h"
#include "avalanche/clock.h"
#include "avalanche/ghostroom.h"
+#include "avalanche/help.h"
#include "common/serializer.h"
@@ -89,6 +90,7 @@ public:
SoundHandler *_sound;
Nim *_nim;
GhostRoom *_ghostroom;
+ Help *_help;
OSystem *_system;