mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00: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_")
|
@(default_calling_convention="c", link_prefix="SDL_")
|
||||||
foreign lib {
|
foreign lib {
|
||||||
SDL_OpenURL :: proc(url: rawptr) -> c.int ---
|
OpenURL :: proc(url: cstring) -> c.int ---
|
||||||
}
|
}
|
||||||
|
|
||||||
// platform
|
// platform
|
||||||
|
|||||||
Reference in New Issue
Block a user