remove prefix from Mix_LoadWAV

This commit is contained in:
André
2021-10-31 15:45:29 +01:00
committed by GitHub
parent 87952fdb8e
commit 3d89c6b35d

View File

@@ -94,7 +94,7 @@ SetError :: SDL.SetError
GetError :: SDL.GetError
ClearError :: SDL.ClearError
Mix_LoadWAV :: #force_inline proc "c" (file: cstring) -> ^Chunk {
LoadWAV :: #force_inline proc "c" (file: cstring) -> ^Chunk {
return LoadWAV_RW(SDL.RWFromFile(file, "rb"), true)
}