aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraysan5 <raysan5@gmail.com>2016-08-25 15:12:05 +0200
committerraysan5 <raysan5@gmail.com>2016-08-25 15:12:05 +0200
commit5d88eb1d95b188fad1d84994f45291febe9fa6c1 (patch)
treec52923cadafef7f613179aa768e2de736beab02b
parentf1c3f2870b1acd5073999f27ac4ad06e7a036586 (diff)
downloadraylib-5d88eb1d95b188fad1d84994f45291febe9fa6c1.tar.gz
raylib-5d88eb1d95b188fad1d84994f45291febe9fa6c1.zip
Reviewed project includes
-rw-r--r--project/vs2015/raylib/raylib.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/vs2015/raylib/raylib.vcxproj b/project/vs2015/raylib/raylib.vcxproj
index fe0e3215..c5dd0088 100644
--- a/project/vs2015/raylib/raylib.vcxproj
+++ b/project/vs2015/raylib/raylib.vcxproj
@@ -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" />