diff options
| author | Ray <raysan5@gmail.com> | 2014-09-21 14:10:03 +0200 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2014-09-21 14:10:03 +0200 |
| commit | 0cdeb4e2672f162a5c45eb46739797f70f59db9b (patch) | |
| tree | 5c520a9cb9c96417941e7d44a194a6a1d1fe368a /examples | |
| parent | d09b9fbbde6d5662f72c8d354f761f5174bed290 (diff) | |
| download | raylib-0cdeb4e2672f162a5c45eb46739797f70f59db9b.tar.gz raylib-0cdeb4e2672f162a5c45eb46739797f70f59db9b.zip | |
Rename ex08_audio.c to audio_sound_loading.c
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/audio_sound_loading.c (renamed from examples/ex08_audio.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ex08_audio.c b/examples/audio_sound_loading.c index 5849b84e..d070e95d 100644 --- a/examples/ex08_audio.c +++ b/examples/audio_sound_loading.c @@ -57,4 +57,4 @@ int main() //-------------------------------------------------------------------------------------- return 0; -}
\ No newline at end of file +} |
