Browse Source

Reviewed project includes

pull/186/merge
raysan5 8 years ago
parent
commit
5d88eb1d95
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      project/vs2015/raylib/raylib.vcxproj

+ 1
- 1
project/vs2015/raylib/raylib.vcxproj View File

@ -81,7 +81,6 @@
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\..\src\audio.c" />
<ClCompile Include="..\..\..\src\camera.c" />
<ClCompile Include="..\..\..\src\core.c" />
<ClCompile Include="..\..\..\src\external\stb_vorbis.c" />
<ClCompile Include="..\..\..\src\models.c" />
@ -92,6 +91,7 @@
<ClCompile Include="..\..\..\src\utils.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\src\camera.h" />
<ClInclude Include="..\..\..\src\external\glad.h" />
<ClInclude Include="..\..\..\src\external\jar_mod.h" />
<ClInclude Include="..\..\..\src\external\jar_xm.h" />

Loading…
Cancel
Save