mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
remove prefix from Mix_LoadWAV
This commit is contained in:
Vendored
+1
-1
@@ -94,7 +94,7 @@ SetError :: SDL.SetError
|
|||||||
GetError :: SDL.GetError
|
GetError :: SDL.GetError
|
||||||
ClearError :: SDL.ClearError
|
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)
|
return LoadWAV_RW(SDL.RWFromFile(file, "rb"), true)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user