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/agos | |
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/agos')
-rw-r--r-- | engines/agos/animation.h | 4 |
1 files changed, 2 insertions, 2 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 { |