Correct SDL.OpenURL

This commit is contained in:
gingerBill
2021-09-08 11:09:24 +01:00
parent 98d25cdf4d
commit 3e459ba16b

View File

@@ -206,7 +206,7 @@ foreign lib {
@(default_calling_convention="c", link_prefix="SDL_")
foreign lib {
SDL_OpenURL :: proc(url: rawptr) -> c.int ---
OpenURL :: proc(url: cstring) -> c.int ---
}
// platform