aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/animation_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/zvision/animation_control.h')
-rw-r--r--engines/zvision/animation_control.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/engines/zvision/animation_control.h b/engines/zvision/animation_control.h
index 935f4abb4b..2ac3691483 100644
--- a/engines/zvision/animation_control.h
+++ b/engines/zvision/animation_control.h
@@ -23,15 +23,21 @@
#ifndef ZVISION_ANIMATION_CONTROL_H
#define ZVISION_ANIMATION_CONTROL_H
-#include "common/types.h"
-
#include "zvision/control.h"
+namespace Common {
+class String;
+}
+
namespace Video {
class VideoDecoder;
}
+namespace Graphics {
+struct Surface;
+}
+
namespace ZVision {
class ZVision;