summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorRay <[email protected]>2018-12-21 00:17:44 +0100
committerRay <[email protected]>2018-12-21 00:17:44 +0100
commit4ec4dc691f5a41ef85d8ee07295e897e368bc8c7 (patch)
tree8596e68ba633e779754bc128c56f894fcc7560ae /examples
parente48f2f9d43238293059b5c3ecec8e13eecc9a68b (diff)
downloadraylib-4ec4dc691f5a41ef85d8ee07295e897e368bc8c7.tar.gz
raylib-4ec4dc691f5a41ef85d8ee07295e897e368bc8c7.zip
Use stb_vorbis.h as header only
Diffstat (limited to 'examples')
-rw-r--r--examples/others/audio_standalone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/others/audio_standalone.c b/examples/others/audio_standalone.c
index d6e75066..f08fbf82 100644
--- a/examples/others/audio_standalone.c
+++ b/examples/others/audio_standalone.c
@@ -6,7 +6,7 @@
*
* DEPENDENCIES:
* mini_al.h - Audio device management lib (http://kcat.strangesoft.net/openal.html)
-* stb_vorbis.c - Ogg audio files loading (http://www.nothings.org/stb_vorbis/)
+* stb_vorbis.h - Ogg audio files loading (http://www.nothings.org/stb_vorbis/)
* jar_xm.h - XM module file loading
* jar_mod.h - MOD audio file loading
* dr_flac.h - FLAC audio file loading