diff options
author | Filippos Karapetis | 2009-05-21 10:48:03 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-05-21 10:48:03 +0000 |
commit | 11251cf296db70373c00f1761c8b4e6208426618 (patch) | |
tree | e87902e816753e5298b8fc4c3c1354c048228500 /engines/gob | |
parent | fddd2a2214ae8d05fb8dc48cd8515427795d44c8 (diff) | |
download | scummvm-rg350-11251cf296db70373c00f1761c8b4e6208426618.tar.gz scummvm-rg350-11251cf296db70373c00f1761c8b4e6208426618.tar.bz2 scummvm-rg350-11251cf296db70373c00f1761c8b4e6208426618.zip |
Moved the Coktel video player into its own subdirectory
svn-id: r40755
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/videoplayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/videoplayer.h b/engines/gob/videoplayer.h index ba4b3bb989..97cd9f2fd0 100644 --- a/engines/gob/videoplayer.h +++ b/engines/gob/videoplayer.h @@ -28,7 +28,7 @@ #include "common/array.h" -#include "graphics/video/coktelvideo.h" +#include "graphics/video/coktelvideo/coktelvideo.h" #include "gob/dataio.h" |