From 62cbdd81f0843ad10fb768e8cf97222144cb8a1e Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 20 Jul 2013 21:28:32 +0300 Subject: FULLPIPE: Further work on sceneSwitcher. Reduced header dependency. Put CGameLoader into separate files. --- engines/fullpipe/statics.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/fullpipe/statics.h') 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; -- cgit v1.2.3