aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/wsamovie.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/wsamovie.h')
-rw-r--r--engines/kyra/wsamovie.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/engines/kyra/wsamovie.h b/engines/kyra/wsamovie.h
index ad577f7029..d1f3465c07 100644
--- a/engines/kyra/wsamovie.h
+++ b/engines/kyra/wsamovie.h
@@ -26,8 +26,6 @@
#ifndef KYRA_WSAMOVIE_H
#define KYRA_WSAMOVIE_H
-#include "kyra/resource.h"
-
namespace Audio {
class AppendableAudioStream;
class SoundHandle;
@@ -35,7 +33,7 @@ class SoundHandle;
namespace Kyra {
class KyraEngine;
-class ScreenEx;
+class Screen_v2;
class Movie {
public:
@@ -111,7 +109,7 @@ private:
class WSAMovieV2 : public WSAMovieV1 {
public:
- WSAMovieV2(KyraEngine *vm, ScreenEx *scren);
+ WSAMovieV2(KyraEngine *vm, Screen_v2 *scren);
int open(const char *filename, int unk1, uint8 *palette);
@@ -129,7 +127,7 @@ public:
void setWidth(int w) { _width = w; }
void setHeight(int h) { _height = h; }
protected:
- ScreenEx *_screen;
+ Screen_v2 *_screen;
int16 _xAdd;
int16 _yAdd;