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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/avalanche/avalanche.h b/engines/avalanche/avalanche.h
index 42523012fe..f7f5b5b6fd 100644
--- a/engines/avalanche/avalanche.h
+++ b/engines/avalanche/avalanche.h
@@ -29,6 +29,8 @@
#define AVALANCHE_H
#include "avalanche/console.h"
+
+#include "avalanche/avalot.h"
#include "avalanche/gyro2.h"
#include "avalanche/enhanced2.h"
#include "avalanche/logger2.h"
@@ -57,6 +59,7 @@ static const int kSavegameVersion = 1;
class AvalancheEngine : public Engine {
public:
+ Avalot _avalot;
Gyro _gyro;
Enhanced _enhanced;
Logger _logger;