diff options
| author | raysan5 <raysan5@gmail.com> | 2016-06-02 19:09:56 +0200 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2016-06-02 19:09:56 +0200 |
| commit | cafc66a3c18ae4b8adf2673dfecda1ad3604aaee (patch) | |
| tree | 3c66cd95938d87d902a1628330bfea6b54c583a3 /src/raylib.h | |
| parent | 4c9d0f16a5f797e7cca2723245923d0516432a48 (diff) | |
| download | raylib-cafc66a3c18ae4b8adf2673dfecda1ad3604aaee.tar.gz raylib-cafc66a3c18ae4b8adf2673dfecda1ad3604aaee.zip | |
Rename for consistency with other functions
Diffstat (limited to 'src/raylib.h')
| -rw-r--r-- | src/raylib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h index 97f4a2e6..bc2f658f 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -910,7 +910,7 @@ bool IsSoundPlaying(Sound sound); // Check if a so void SetSoundVolume(Sound sound, float volume); // Set volume for a sound (1.0 is max level) void SetSoundPitch(Sound sound, float pitch); // Set pitch for a sound (1.0 is base level) -int PlayMusicStream(int musicIndex, char *fileName); // Start music playing (open stream) +int PlayMusicStream(int index, char *fileName); // Start music playing (open stream) void UpdateMusicStream(int index); // Updates buffers for music streaming void StopMusicStream(int index); // Stop music playing (close stream) void PauseMusicStream(int index); // Pause music playing |
