aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/statics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/fullpipe/statics.h')
-rw-r--r--engines/fullpipe/statics.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/fullpipe/statics.h b/engines/fullpipe/statics.h
index d96435960a..f8df64ddc0 100644
--- a/engines/fullpipe/statics.h
+++ b/engines/fullpipe/statics.h
@@ -23,6 +23,8 @@
#ifndef FULLPIPE_STATICS_H
#define FULLPIPE_STATICS_H
+#include "fullpipe/gfx.h"
+
namespace Fullpipe {
class CStepArray : public CObject {
@@ -121,6 +123,9 @@ class Movement : public GameObject {
};
class StaticANIObject : public GameObject {
+ friend class FullpipeEngine;
+
+ protected:
Movement *_movementObj;
Statics *_staticsObj;
int _shadowsOn;