summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorRay <[email protected]>2021-09-21 23:49:42 +0200
committerRay <[email protected]>2021-09-21 23:49:42 +0200
commit8b3d054408c9d22e65870c67ae856005c24ed389 (patch)
tree68818affa6694411d199b30426f8d0d1e9323568 /src
parent7d995d95eb9d1f793f0d6c160ba85d772637c8ba (diff)
downloadraylib-8b3d054408c9d22e65870c67ae856005c24ed389.tar.gz
raylib-8b3d054408c9d22e65870c67ae856005c24ed389.zip
Minor reviews
Diffstat (limited to 'src')
-rw-r--r--src/models.c1
-rw-r--r--src/raudio.c3
2 files changed, 2 insertions, 2 deletions
diff --git a/src/models.c b/src/models.c
index b8221498..ee55a100 100644
--- a/src/models.c
+++ b/src/models.c
@@ -70,7 +70,6 @@
#define CGLTF_IMPLEMENTATION
#include "external/cgltf.h" // glTF file format loading
- #include "external/stb_image.h" // glTF texture images loading
#endif
#if defined(SUPPORT_FILEFORMAT_VOX)
diff --git a/src/raudio.c b/src/raudio.c
index 5ed3de7c..7c4e9ca3 100644
--- a/src/raudio.c
+++ b/src/raudio.c
@@ -26,8 +26,9 @@
* supported by default, to remove support, just comment unrequired #define in this module
*
* DEPENDENCIES:
-* miniaudio.h - Audio device management lib (https://github.com/dr-soft/miniaudio)
+* miniaudio.h - Audio device management lib (https://github.com/mackron/miniaudio)
* stb_vorbis.h - Ogg audio files loading (http://www.nothings.org/stb_vorbis/)
+* dr_wav.h - WAV audio files loading (http://github.com/mackron/dr_libs)
* dr_mp3.h - MP3 audio file loading (https://github.com/mackron/dr_libs)
* dr_flac.h - FLAC audio file loading (https://github.com/mackron/dr_libs)
* jar_xm.h - XM module file loading