aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorTorbjörn Andersson2006-08-27 09:10:24 +0000
committerTorbjörn Andersson2006-08-27 09:10:24 +0000
commit8ae050ff084e4acee056f94f1246ac13bcb012b8 (patch)
tree8b593724ed3be5a6d079d2bffefdee0548811d49 /engines
parent57bdecb4c6dc6f35a69120201e0b0f2654ac4c65 (diff)
downloadscummvm-rg350-8ae050ff084e4acee056f94f1246ac13bcb012b8.tar.gz
scummvm-rg350-8ae050ff084e4acee056f94f1246ac13bcb012b8.tar.bz2
scummvm-rg350-8ae050ff084e4acee056f94f1246ac13bcb012b8.zip
Renamed graphics/animation.[cpp|h] to graphics/mpeg_player.[cpp|h] to be more
consistent with dxa_player.[cpp|h]. (Though actually, "decoder" might be more accurate...) svn-id: r23774
Diffstat (limited to 'engines')
-rw-r--r--engines/sword1/animation.h2
-rw-r--r--engines/sword2/animation.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/sword1/animation.h b/engines/sword1/animation.h
index 07aa5241f0..589a625780 100644
--- a/engines/sword1/animation.h
+++ b/engines/sword1/animation.h
@@ -23,8 +23,8 @@
#ifndef ANIMATION_H
#define ANIMATION_H
-#include "graphics/animation.h"
#include "graphics/dxa_player.h"
+#include "graphics/mpeg_player.h"
#include "sword1/screen.h"
#include "sword1/sound.h"
diff --git a/engines/sword2/animation.h b/engines/sword2/animation.h
index 99c4231585..d667b248fa 100644
--- a/engines/sword2/animation.h
+++ b/engines/sword2/animation.h
@@ -22,8 +22,8 @@
#ifndef SWORD2_ANIMATION_H
#define SWORD2_ANIMATION_H
-#include "graphics/animation.h"
#include "graphics/dxa_player.h"
+#include "graphics/mpeg_player.h"
#include "sound/mixer.h"
namespace Sword2 {