diff options
| author | Ray <[email protected]> | 2019-05-17 01:17:40 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-05-17 01:17:40 +0200 |
| commit | 970f1e8ff15424ca2d96d89bf2871f0246835e9b (patch) | |
| tree | bc093a8eaee29739e52642c233d0f9102e9db7cf /examples/audio/audio_sound_loading.c | |
| parent | ce87d2ced4dbe60f97d3ed48635231c222482b18 (diff) | |
| download | raylib-970f1e8ff15424ca2d96d89bf2871f0246835e9b.tar.gz raylib-970f1e8ff15424ca2d96d89bf2871f0246835e9b.zip | |
examples review
Diffstat (limited to 'examples/audio/audio_sound_loading.c')
| -rw-r--r-- | examples/audio/audio_sound_loading.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) * ********************************************************************************************/ |
