diff options
| author | raysan5 <raysan5@gmail.com> | 2016-08-25 15:12:05 +0200 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2016-08-25 15:12:05 +0200 |
| commit | 5d88eb1d95b188fad1d84994f45291febe9fa6c1 (patch) | |
| tree | c52923cadafef7f613179aa768e2de736beab02b | |
| parent | f1c3f2870b1acd5073999f27ac4ad06e7a036586 (diff) | |
| download | raylib-5d88eb1d95b188fad1d84994f45291febe9fa6c1.tar.gz raylib-5d88eb1d95b188fad1d84994f45291febe9fa6c1.zip | |
Reviewed project includes
| -rw-r--r-- | project/vs2015/raylib/raylib.vcxproj | 2 |
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" /> |
