summaryrefslogtreecommitdiffhomepage
path: root/projects
diff options
context:
space:
mode:
authorRay <[email protected]>2019-03-12 11:54:45 +0100
committerRay <[email protected]>2019-03-12 11:54:45 +0100
commit76e968f6b7b211ed056f5ffe97d13086f58a661a (patch)
tree20b8b1b005067551b4265b6c10b5761be908041b /projects
parent2f97a3f83531867511f65f2b2ed894706cfb2e06 (diff)
downloadraylib-76e968f6b7b211ed056f5ffe97d13086f58a661a.tar.gz
raylib-76e968f6b7b211ed056f5ffe97d13086f58a661a.zip
Updated audio library: mini_al -> miniaudio
Diffstat (limited to 'projects')
-rw-r--r--projects/VS2015/raylib/raylib.vcxproj2
-rw-r--r--projects/VS2017/raylib/raylib.vcxproj2
2 files changed, 2 insertions, 2 deletions
diff --git a/projects/VS2015/raylib/raylib.vcxproj b/projects/VS2015/raylib/raylib.vcxproj
index 2c63f382..6722ed07 100644
--- a/projects/VS2015/raylib/raylib.vcxproj
+++ b/projects/VS2015/raylib/raylib.vcxproj
@@ -246,7 +246,7 @@
<ClInclude Include="..\..\..\src\external\glad.h" />
<ClInclude Include="..\..\..\src\external\jar_mod.h" />
<ClInclude Include="..\..\..\src\external\jar_xm.h" />
- <ClInclude Include="..\..\..\src\external\mini_al.h" />
+ <ClInclude Include="..\..\..\src\external\miniaudio.h" />
<ClInclude Include="..\..\..\src\external\stb_image.h" />
<ClInclude Include="..\..\..\src\external\stb_image_resize.h" />
<ClInclude Include="..\..\..\src\external\stb_image_write.h" />
diff --git a/projects/VS2017/raylib/raylib.vcxproj b/projects/VS2017/raylib/raylib.vcxproj
index 8db1e511..4c620053 100644
--- a/projects/VS2017/raylib/raylib.vcxproj
+++ b/projects/VS2017/raylib/raylib.vcxproj
@@ -173,7 +173,7 @@
<ClInclude Include="..\..\..\src\external\glad.h" />
<ClInclude Include="..\..\..\src\external\jar_mod.h" />
<ClInclude Include="..\..\..\src\external\jar_xm.h" />
- <ClInclude Include="..\..\..\src\external\mini_al.h" />
+ <ClInclude Include="..\..\..\src\external\miniaudio.h" />
<ClInclude Include="..\..\..\src\external\stb_image.h" />
<ClInclude Include="..\..\..\src\external\stb_image_resize.h" />
<ClInclude Include="..\..\..\src\external\stb_image_write.h" />