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 23648329fb..46ceeba79f 100644
--- a/engines/avalanche/avalanche.h
+++ b/engines/avalanche/avalanche.h
@@ -45,6 +45,7 @@
#include "avalanche/trip6.h"
#include "avalanche/acci2.h"
#include "avalanche/basher2.h"
+#include "avalanche/dropdown2.h"
#include "engines/engine.h"
#include "engines/advancedDetector.h"
@@ -76,6 +77,7 @@ public:
Trip _trip;
Acci _acci;
Basher _basher;
+ Dropdown _dropdown;
AvalancheEngine(OSystem *syst, const AvalancheGameDescription *gd);
~AvalancheEngine();