From 7dff86712de191e2e55897c8ce7ed4219b51542c Mon Sep 17 00:00:00 2001 From: Scott Duensing Date: Thu, 6 Sep 2018 01:19:18 +0000 Subject: [PATCH] Update JoeyLib Sound Functions --- JoeyLib-Sound-Functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.