Mercurial > mm7
diff Build/Visual Studio 2012/World of Might and Magic.vcxproj @ 2331:9551756f46c4
Moving functions out of mm7_6.cpp into appropriate classes as static methods or free functions
author | Grumpy7 |
---|---|
date | Wed, 02 Apr 2014 01:21:05 +0200 |
parents | 9987f93d7e1f |
children | d6407efaa4ea |
line wrap: on
line diff
--- a/Build/Visual Studio 2012/World of Might and Magic.vcxproj Tue Apr 01 23:44:27 2014 +0200 +++ b/Build/Visual Studio 2012/World of Might and Magic.vcxproj Wed Apr 02 01:21:05 2014 +0200 @@ -202,6 +202,7 @@ <ClCompile Include="..\..\ObjectList.cpp" /> <ClCompile Include="..\..\OSAPI.cpp" /> <ClCompile Include="..\..\OSWindow.cpp" /> + <ClCompile Include="..\..\OurMath.cpp" /> <ClCompile Include="..\..\Outdoor.cpp" /> <ClCompile Include="..\..\Overlays.cpp" /> <ClCompile Include="..\..\PaletteManager.cpp" />