diff options
author | Eugene Sandulenko | 2011-01-23 17:37:17 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2011-01-23 17:37:17 +0000 |
commit | f123802f4c33d9d146f6e53f8c4691ea3067f8a8 (patch) | |
tree | 19f65acf97ce01587e450a2345f87fb3faf004a3 /engines | |
parent | 806ccf5d25ebe337103942cdb6b5cf8800de115a (diff) | |
download | scummvm-rg350-f123802f4c33d9d146f6e53f8c4691ea3067f8a8.tar.gz scummvm-rg350-f123802f4c33d9d146f6e53f8c4691ea3067f8a8.tar.bz2 scummvm-rg350-f123802f4c33d9d146f6e53f8c4691ea3067f8a8.zip |
GRAPHICS: Move graphics/video/ to video/. Step 2/2
svn-id: r55474
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sword2/animation.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/sword2/animation.h b/engines/sword2/animation.h index 4796d39097..64a712682d 100644 --- a/engines/sword2/animation.h +++ b/engines/sword2/animation.h @@ -28,9 +28,9 @@ #ifndef SWORD2_ANIMATION_H #define SWORD2_ANIMATION_H -#include "graphics/video/dxa_decoder.h" -#include "graphics/video/smk_decoder.h" -#include "graphics/video/video_decoder.h" +#include "video/dxa_decoder.h" +#include "video/smk_decoder.h" +#include "video/video_decoder.h" #include "sound/mixer.h" #include "sword2/screen.h" |