mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-19 04:12:22 -07:00
6 lines
143 B
Odin
6 lines
143 B
Odin
package sdl3
|
|
|
|
@(default_calling_convention="c", link_prefix="SDL_", require_results)
|
|
foreign lib {
|
|
OpenURL :: proc(url: cstring) -> bool ---
|
|
} |