diff options
Diffstat (limited to 'engines/scumm/he/animation_he.h')
-rw-r--r-- | engines/scumm/he/animation_he.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/engines/scumm/he/animation_he.h b/engines/scumm/he/animation_he.h index e17c1b9a39..48234b8072 100644 --- a/engines/scumm/he/animation_he.h +++ b/engines/scumm/he/animation_he.h @@ -25,8 +25,12 @@ #include "audio/mixer.h" +namespace Common { +class String; +} + namespace Video { - class VideoDecoder; +class VideoDecoder; } namespace Scumm { @@ -39,7 +43,7 @@ public: ~MoviePlayer(); int getImageNum(); - int load(const char *filename, int flags, int image = 0); + int load(const Common::String &filename, int flags, int image = 0); void copyFrameToBuffer(byte *dst, int dstType, uint x, uint y, uint pitch); void handleNextFrame(); |