diff options
| author | Ray <raysan5@gmail.com> | 2019-05-17 01:17:40 +0200 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2019-05-17 01:17:40 +0200 |
| commit | 970f1e8ff15424ca2d96d89bf2871f0246835e9b (patch) | |
| tree | bc093a8eaee29739e52642c233d0f9102e9db7cf /examples/audio | |
| parent | ce87d2ced4dbe60f97d3ed48635231c222482b18 (diff) | |
| download | raylib-970f1e8ff15424ca2d96d89bf2871f0246835e9b.tar.gz raylib-970f1e8ff15424ca2d96d89bf2871f0246835e9b.zip | |
examples review
Diffstat (limited to 'examples/audio')
| -rw-r--r-- | examples/audio/audio_music_stream.c | 2 | ||||
| -rw-r--r-- | examples/audio/audio_sound_loading.c | 4 | ||||
| -rw-r--r-- | examples/audio/resources/applause.mp3 | bin | 443926 -> 0 bytes |
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/audio/audio_music_stream.c b/examples/audio/audio_music_stream.c index 26450a86..80dc6f5a 100644 --- a/examples/audio/audio_music_stream.c +++ b/examples/audio/audio_music_stream.c @@ -4,7 +4,7 @@ * * NOTE: This example requires OpenAL Soft library installed * -* This example has been created using raylib 1.3 (www.raylib.com) +* This example has been created using raylib 1.7 (www.raylib.com) * raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details) * * Copyright (c) 2015 Ramon Santamaria (@raysan5) diff --git a/examples/audio/audio_sound_loading.c b/examples/audio/audio_sound_loading.c index 00e58326..f66a3afd 100644 --- a/examples/audio/audio_sound_loading.c +++ b/examples/audio/audio_sound_loading.c @@ -4,10 +4,10 @@ * * NOTE: This example requires OpenAL Soft library installed * -* This example has been created using raylib 1.0 (www.raylib.com) +* This example has been created using raylib 1.3 (www.raylib.com) * raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details) * -* Copyright (c) 2014 Ramon Santamaria (@raysan5) +* Copyright (c) 2015 Ramon Santamaria (@raysan5) * ********************************************************************************************/ diff --git a/examples/audio/resources/applause.mp3 b/examples/audio/resources/applause.mp3 Binary files differdeleted file mode 100644 index 084a7d1f..00000000 --- a/examples/audio/resources/applause.mp3 +++ /dev/null |
