mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-14 18:02:22 -07:00
Correct SDL.OpenURL
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user