diff options
| author | Ray <[email protected]> | 2019-03-12 11:54:45 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-03-12 11:54:45 +0100 |
| commit | 76e968f6b7b211ed056f5ffe97d13086f58a661a (patch) | |
| tree | 20b8b1b005067551b4265b6c10b5761be908041b /src/raudio.h | |
| parent | 2f97a3f83531867511f65f2b2ed894706cfb2e06 (diff) | |
| download | raylib-76e968f6b7b211ed056f5ffe97d13086f58a661a.tar.gz raylib-76e968f6b7b211ed056f5ffe97d13086f58a661a.zip | |
Updated audio library: mini_al -> miniaudio
Diffstat (limited to 'src/raudio.h')
| -rw-r--r-- | src/raudio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raudio.h b/src/raudio.h index f9c22ff2..f98d68ff 100644 --- a/src/raudio.h +++ b/src/raudio.h @@ -11,7 +11,7 @@ * - Manage raw audio context * * DEPENDENCIES: -* mini_al.h - Audio device management lib (https://github.com/dr-soft/mini_al) +* miniaudio.h - Audio device management lib (https://github.com/dr-soft/miniaudio) * stb_vorbis.h - Ogg audio files loading (http://www.nothings.org/stb_vorbis/) * 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) |
