diff --git a/JoeyLib-Sound-Functions.md b/JoeyLib-Sound-Functions.md index 4378f7e..9ef0452 100644 --- a/JoeyLib-Sound-Functions.md +++ b/JoeyLib-Sound-Functions.md @@ -14,7 +14,7 @@ Returns `true` if `sound` is currently playing on any channel. #### jlSoundLoad ```c -bool _jlSoundLoad(jlSoundT sound, char *filename); +bool jlSoundLoad(jlSoundT sound, char *filename); ``` *(Note: This prototype isn't entirely accurate. No pointer crazyness is needed to pass the sound into this function.)* Returns `true` if the file `filename` was loaded into memory. The handle to the sound is allocated and returned as `sound`.