diff options
| author | raysan5 <[email protected]> | 2021-07-28 19:48:20 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-07-28 19:48:20 +0200 |
| commit | 8fecf45f4c8afe1858d08076223737c34a0f3d54 (patch) | |
| tree | cbee641b3d125520e4b7718d4f5efe25559a0198 /projects | |
| parent | 96aadec503580fdb47fb5e43d324736315ea6e8e (diff) | |
| download | raylib-8fecf45f4c8afe1858d08076223737c34a0f3d54.tar.gz raylib-8fecf45f4c8afe1858d08076223737c34a0f3d54.zip | |
REVIEWED: rnet include from extras
Diffstat (limited to 'projects')
| -rw-r--r-- | projects/VS2019/raylib/raylib.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/VS2019/raylib/raylib.vcxproj b/projects/VS2019/raylib/raylib.vcxproj index d31d4802..7e3e99d6 100644 --- a/projects/VS2019/raylib/raylib.vcxproj +++ b/projects/VS2019/raylib/raylib.vcxproj @@ -313,6 +313,7 @@ </ItemGroup> <ItemGroup> <ClInclude Include="..\..\..\src\camera.h" /> + <ClInclude Include="..\..\..\src\config.h" /> <ClInclude Include="..\..\..\src\external\glad.h" /> <ClInclude Include="..\..\..\src\external\jar_mod.h" /> <ClInclude Include="..\..\..\src\external\jar_xm.h" /> |
