changeset 2456:83174b7b3763

removed VideoPlayer.cpp/h and CShow.cpp/.h for MVS 2012
author Ritor1
date Sat, 26 Jul 2014 08:39:35 +0600
parents 51d4f38aca6c
children 17ac6a47f8fb
files Build/Visual Studio 2012/World of Might and Magic.vcxproj Build/Visual Studio 2012/World of Might and Magic.vcxproj.filters Game.cpp
diffstat 3 files changed, 1 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/Build/Visual Studio 2012/World of Might and Magic.vcxproj	Fri Jul 25 17:49:20 2014 +0600
+++ b/Build/Visual Studio 2012/World of Might and Magic.vcxproj	Sat Jul 26 08:39:35 2014 +0600
@@ -100,7 +100,6 @@
     <ClCompile Include="..\..\CastSpellInfo.cpp" />
     <ClCompile Include="..\..\Chest.cpp" />
     <ClCompile Include="..\..\Conditions.cpp" />
-    <ClCompile Include="..\..\CShow.cpp" />
     <ClCompile Include="..\..\DecalBuilder.cpp" />
     <ClCompile Include="..\..\DecorationList.cpp" />
     <ClCompile Include="..\..\DirectX11.cpp" />
@@ -245,7 +244,6 @@
     <ClCompile Include="..\..\UI\UIShops.cpp" />
     <ClCompile Include="..\..\UI\UITransition.cpp" />
     <ClCompile Include="..\..\VectorTypes.cpp" />
-    <ClCompile Include="..\..\VideoPlayer.cpp" />
     <ClCompile Include="..\..\Viewport.cpp" />
     <ClCompile Include="..\..\Vis.cpp" />
     <ClCompile Include="..\..\Weather.cpp" />
@@ -264,7 +262,6 @@
     <ClInclude Include="..\..\CastSpellInfo.h" />
     <ClInclude Include="..\..\Chest.h" />
     <ClInclude Include="..\..\Conditions.h" />
-    <ClInclude Include="..\..\CShow.h" />
     <ClInclude Include="..\..\DecalBuilder.h" />
     <ClInclude Include="..\..\DecorationList.h" />
     <ClInclude Include="..\..\DirectX11.h" />
@@ -503,7 +500,6 @@
     <ClInclude Include="..\..\UI\UIShops.h" />
     <ClInclude Include="..\..\UI\UITransition.h" />
     <ClInclude Include="..\..\VectorTypes.h" />
-    <ClInclude Include="..\..\VideoPlayer.h" />
     <ClInclude Include="..\..\Viewport.h" />
     <ClInclude Include="..\..\Vis.h" />
     <ClInclude Include="..\..\Weather.h" />
--- a/Build/Visual Studio 2012/World of Might and Magic.vcxproj.filters	Fri Jul 25 17:49:20 2014 +0600
+++ b/Build/Visual Studio 2012/World of Might and Magic.vcxproj.filters	Sat Jul 26 08:39:35 2014 +0600
@@ -81,7 +81,6 @@
     <ClCompile Include="..\..\CastSpellInfo.cpp" />
     <ClCompile Include="..\..\Chest.cpp" />
     <ClCompile Include="..\..\Conditions.cpp" />
-    <ClCompile Include="..\..\CShow.cpp" />
     <ClCompile Include="..\..\DecalBuilder.cpp" />
     <ClCompile Include="..\..\DecorationList.cpp" />
     <ClCompile Include="..\..\Events.cpp" />
@@ -138,7 +137,6 @@
     <ClCompile Include="..\..\Timer.cpp" />
     <ClCompile Include="..\..\TurnEngine.cpp" />
     <ClCompile Include="..\..\VectorTypes.cpp" />
-    <ClCompile Include="..\..\VideoPlayer.cpp" />
     <ClCompile Include="..\..\Viewport.cpp" />
     <ClCompile Include="..\..\Vis.cpp" />
     <ClCompile Include="..\..\Weather.cpp" />
@@ -406,7 +404,6 @@
     <ClInclude Include="..\..\CastSpellInfo.h" />
     <ClInclude Include="..\..\Chest.h" />
     <ClInclude Include="..\..\Conditions.h" />
-    <ClInclude Include="..\..\CShow.h" />
     <ClInclude Include="..\..\DecalBuilder.h" />
     <ClInclude Include="..\..\DecorationList.h" />
     <ClInclude Include="..\..\ErrorHandling.h" />
@@ -473,7 +470,6 @@
     <ClInclude Include="..\..\Timer.h" />
     <ClInclude Include="..\..\TurnEngine.h" />
     <ClInclude Include="..\..\VectorTypes.h" />
-    <ClInclude Include="..\..\VideoPlayer.h" />
     <ClInclude Include="..\..\Viewport.h" />
     <ClInclude Include="..\..\Vis.h" />
     <ClInclude Include="..\..\Weather.h" />
--- a/Game.cpp	Fri Jul 25 17:49:20 2014 +0600
+++ b/Game.cpp	Sat Jul 26 08:39:35 2014 +0600
@@ -355,7 +355,7 @@
       }
 
       pMediaPlayer->HouseMovieLoop();
-      
+   
       pEventTimer->Update();
       pMiscTimer->Update();