Add file to project that was missing

This commit is contained in:
Henrik Rydgard 2015-09-06 12:22:02 +02:00
parent f4f2a95067
commit 5ff1d91323
2 changed files with 2 additions and 0 deletions

View file

@ -240,6 +240,7 @@
<ClInclude Include="file\ini_file.h" />
<ClInclude Include="file\vfs.h" />
<ClInclude Include="file\zip_read.h" />
<ClInclude Include="gfx\gl_common.h" />
<ClInclude Include="gfx\gl_debug_log.h" />
<ClInclude Include="gfx\gl_lost_manager.h" />
<ClInclude Include="gfx\texture_gen.h" />

View file

@ -360,6 +360,7 @@
<ClInclude Include="thread\executor.h">
<Filter>thread</Filter>
</ClInclude>
<ClInclude Include="gfx\gl_common.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="gfx\gl_debug_log.cpp">