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 5e5bc34464..d2e5678ae9 100644
--- a/engines/avalanche/avalanche.h
+++ b/engines/avalanche/avalanche.h
@@ -44,6 +44,7 @@
#include "avalanche/clock.h"
#include "avalanche/ghostroom.h"
#include "avalanche/help.h"
+#include "avalanche/shootemup.h"
#include "common/serializer.h"
@@ -89,6 +90,7 @@ public:
Nim *_nim;
GhostRoom *_ghostroom;
Help *_help;
+ ShootEmUp *_shootemup;
OSystem *_system;