diff options
author | Filippos Karapetis | 2009-01-07 21:25:50 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-01-07 21:25:50 +0000 |
commit | 9129f13b091ec73904f2e151b70ccc3626528549 (patch) | |
tree | bce7eee5948a96f70a252a0ae62b3ebf3a4797df /dists/msvc8 | |
parent | 2772a7aaf13b83f8bdb5c27bd0b519127950de20 (diff) | |
download | scummvm-rg350-9129f13b091ec73904f2e151b70ccc3626528549.tar.gz scummvm-rg350-9129f13b091ec73904f2e151b70ccc3626528549.tar.bz2 scummvm-rg350-9129f13b091ec73904f2e151b70ccc3626528549.zip |
Updated the MSVC project files for the latest changes to the video playing code
svn-id: r35773
Diffstat (limited to 'dists/msvc8')
-rw-r--r-- | dists/msvc8/scummvm.vcproj | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/dists/msvc8/scummvm.vcproj b/dists/msvc8/scummvm.vcproj index 735e8e7d8f..60852fdffe 100644 --- a/dists/msvc8/scummvm.vcproj +++ b/dists/msvc8/scummvm.vcproj @@ -1128,7 +1128,7 @@ <File RelativePath="..\..\gui\GuiManager.h" > - </File> + </File> <File RelativePath="..\..\gui\Key.cpp" > @@ -1539,6 +1539,14 @@ RelativePath="..\..\graphics\video\smk_player.h" > </File> + <File + RelativePath="..\..\graphics\video\video_player.cpp" + > + </File> + <File + RelativePath="..\..\graphics\video\video_player.h" + > + </File> </Filter> </Filter> <Filter |