aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/scripting/sidefx/animation_node.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/zvision/scripting/sidefx/animation_node.h')
-rw-r--r--engines/zvision/scripting/sidefx/animation_node.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/engines/zvision/scripting/sidefx/animation_node.h b/engines/zvision/scripting/sidefx/animation_node.h
index 94428d2542..3adfd91f32 100644
--- a/engines/zvision/scripting/sidefx/animation_node.h
+++ b/engines/zvision/scripting/sidefx/animation_node.h
@@ -27,18 +27,17 @@
#include "common/rect.h"
#include "common/list.h"
-namespace Common {
-class String;
-}
-
namespace Graphics {
struct Surface;
}
+namespace Video {
+ class VideoDecoder;
+}
+
namespace ZVision {
class ZVision;
-class MetaAnimation;
class AnimationNode : public SideFX {
public:
@@ -64,7 +63,7 @@ private:
int32 _mask;
bool _DisposeAfterUse;
- MetaAnimation *_animation;
+ Video::VideoDecoder *_animation;
int32 _frmDelay;
public: