diff options
author | Eugene Sandulenko | 2008-12-21 21:08:17 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2008-12-21 21:08:17 +0000 |
commit | 829cbc411094bd69052ab97c7846f2f8683796b9 (patch) | |
tree | 32d04552a0e59745d90bf1b9bc93ced4b3df3b61 /engines | |
parent | be66a538b44966c52a48cc59421ccd7b7c27dedc (diff) | |
download | scummvm-rg350-829cbc411094bd69052ab97c7846f2f8683796b9.tar.gz scummvm-rg350-829cbc411094bd69052ab97c7846f2f8683796b9.tar.bz2 scummvm-rg350-829cbc411094bd69052ab97c7846f2f8683796b9.zip |
Move all video players to separate directory
svn-id: r35470
Diffstat (limited to 'engines')
-rw-r--r-- | engines/agos/animation.h | 4 | ||||
-rw-r--r-- | engines/scumm/he/animation_he.h | 2 | ||||
-rw-r--r-- | engines/sword1/animation.h | 4 | ||||
-rw-r--r-- | engines/sword2/animation.h | 4 | ||||
-rw-r--r-- | engines/tucker/tucker.h | 2 |
5 files changed, 8 insertions, 8 deletions
diff --git a/engines/agos/animation.h b/engines/agos/animation.h index 822ac8ee73..a4fcbfc6d0 100644 --- a/engines/agos/animation.h +++ b/engines/agos/animation.h @@ -29,8 +29,8 @@ #include "common/file.h" #include "common/stream.h" -#include "graphics/dxa_player.h" -#include "graphics/smk_player.h" +#include "graphics/video/dxa_player.h" +#include "graphics/video/smk_player.h" #include "sound/mixer.h" namespace AGOS { diff --git a/engines/scumm/he/animation_he.h b/engines/scumm/he/animation_he.h index 7516ce79a4..93acc2253c 100644 --- a/engines/scumm/he/animation_he.h +++ b/engines/scumm/he/animation_he.h @@ -28,7 +28,7 @@ #include "common/file.h" -#include "graphics/smk_player.h" +#include "graphics/video/smk_player.h" #include "sound/mixer.h" diff --git a/engines/sword1/animation.h b/engines/sword1/animation.h index 2f38b197fe..3c6bf0fc1a 100644 --- a/engines/sword1/animation.h +++ b/engines/sword1/animation.h @@ -26,8 +26,8 @@ #ifndef SWORD1_ANIMATION_H #define SWORD1_ANIMATION_H -#include "graphics/dxa_player.h" -#include "graphics/mpeg_player.h" +#include "graphics/video/dxa_player.h" +#include "graphics/video/mpeg_player.h" #include "sword1/screen.h" #include "sword1/sound.h" diff --git a/engines/sword2/animation.h b/engines/sword2/animation.h index 7946ea227b..da59a4c509 100644 --- a/engines/sword2/animation.h +++ b/engines/sword2/animation.h @@ -28,8 +28,8 @@ #ifndef SWORD2_ANIMATION_H #define SWORD2_ANIMATION_H -#include "graphics/dxa_player.h" -#include "graphics/mpeg_player.h" +#include "graphics/video/dxa_player.h" +#include "graphics/video/mpeg_player.h" #include "sound/mixer.h" #include "sword2/screen.h" diff --git a/engines/tucker/tucker.h b/engines/tucker/tucker.h index b2ca3dd227..bc8d112d8a 100644 --- a/engines/tucker/tucker.h +++ b/engines/tucker/tucker.h @@ -32,7 +32,7 @@ #include "common/events.h" #include "common/stream.h" -#include "graphics/flic_player.h" +#include "graphics/video/flic_player.h" #include "sound/mixer.h" |