diff options
author | Filippos Karapetis | 2009-10-21 08:54:03 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-10-21 08:54:03 +0000 |
commit | 0b965ac2d45de7ed37e69fe0eff0b58ad546297a (patch) | |
tree | 3b71617c9648bd86ae3853b1ce431692ad41d3be /dists/msvc9 | |
parent | 4b1b5346b3295ec636a1446f912b796c53258b90 (diff) | |
download | scummvm-rg350-0b965ac2d45de7ed37e69fe0eff0b58ad546297a.tar.gz scummvm-rg350-0b965ac2d45de7ed37e69fe0eff0b58ad546297a.tar.bz2 scummvm-rg350-0b965ac2d45de7ed37e69fe0eff0b58ad546297a.zip |
Added bmv.h to the MSVC project files (added in rev 45268)
svn-id: r45301
Diffstat (limited to 'dists/msvc9')
-rw-r--r-- | dists/msvc9/tinsel.vcproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dists/msvc9/tinsel.vcproj b/dists/msvc9/tinsel.vcproj index 8f6a060bb9..61b9cc20b2 100644 --- a/dists/msvc9/tinsel.vcproj +++ b/dists/msvc9/tinsel.vcproj @@ -26,6 +26,7 @@ <File RelativePath="..\..\engines\tinsel\background.h" /> <File RelativePath="..\..\engines\tinsel\bg.cpp" /> <File RelativePath="..\..\engines\tinsel\bmv.cpp" /> + <File RelativePath="..\..\engines\tinsel\bmv.h" /> <File RelativePath="..\..\engines\tinsel\cliprect.cpp" /> <File RelativePath="..\..\engines\tinsel\cliprect.h" /> <File RelativePath="..\..\engines\tinsel\config.cpp" /> |