aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/gyro2.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/gyro2.h')
-rw-r--r--engines/avalanche/gyro2.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/engines/avalanche/gyro2.h b/engines/avalanche/gyro2.h
index ecea597c8e..c2f6fd7f9b 100644
--- a/engines/avalanche/gyro2.h
+++ b/engines/avalanche/gyro2.h
@@ -33,11 +33,13 @@
#include "common/system.h"
#include "common/str.h"
#include "common/scummsys.h"
-#include "avalanche/avalanche.h"
+
#include "avalanche/roomnums.h"
#include "avalanche/color.h"
namespace Avalanche {
+class AvalancheEngine;
+
static const char numobjs = 18; /* always preface with a # */
static const int16 maxobjs = 12; /* carry limit */
@@ -617,7 +619,7 @@ public:
Gyro();
- void Gyro::setParent(AvalancheEngine *vm);
+ void setParent(AvalancheEngine *vm);
void newpointer(byte m);