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 2012da6a12..41ec00e6a5 100644
--- a/engines/avalanche/avalanche.h
+++ b/engines/avalanche/avalanche.h
@@ -45,6 +45,7 @@
#include "avalanche/ghostroom.h"
#include "avalanche/help.h"
#include "avalanche/shootemup.h"
+#include "avalanche/mainmenu.h"
#include "common/serializer.h"
@@ -91,6 +92,7 @@ public:
GhostRoom *_ghostroom;
Help *_help;
ShootEmUp *_shootemup;
+ MainMenu *_mainmenu;
OSystem *_system;