Move stb_impl to a C file so I can test that changes compile

This commit is contained in:
baldurk
2014-09-09 01:07:18 +01:00
parent c1f92dd3d5
commit f443a40b06
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -303,7 +303,7 @@
<ClCompile Include="3rdparty\mhook\disasm-lib\disasm_x86.c" />
<ClCompile Include="3rdparty\mhook\disasm-lib\misc.c" />
<ClCompile Include="3rdparty\mhook\mhook-lib\mhook.cpp" />
<ClCompile Include="3rdparty\stb\stb_impl.cpp" />
<ClCompile Include="3rdparty\stb\stb_impl.c" />
<ClCompile Include="common\common.cpp" />
<ClCompile Include="core\core.cpp" />
<ClCompile Include="core\remote_access.cpp">
+1 -1
View File
@@ -527,7 +527,7 @@
<ClCompile Include="driver\gl\gl_shader_refl.cpp">
<Filter>Drivers\OpenGL</Filter>
</ClCompile>
<ClCompile Include="3rdparty\stb\stb_impl.cpp">
<ClCompile Include="3rdparty\stb\stb_impl.c">
<Filter>3rdparty\stb</Filter>
</ClCompile>
</ItemGroup>