moved d3d rendering code here

This commit is contained in:
aap
2016-02-14 12:28:03 +01:00
parent dc4011ba7a
commit ad81510267
6 changed files with 31 additions and 13 deletions

View File

@@ -191,7 +191,10 @@
<ClCompile Include="src\clump.cpp" />
<ClCompile Include="src\d3d.cpp" />
<ClCompile Include="src\d3d8.cpp" />
<ClCompile Include="src\d3d8render.cpp" />
<ClCompile Include="src\d3d9.cpp" />
<ClCompile Include="src\d3d9render.cpp" />
<ClCompile Include="src\d3ddriver.cpp" />
<ClCompile Include="src\geometry.cpp" />
<ClCompile Include="src\image.cpp" />
<ClCompile Include="src\ogl.cpp" />