Working example
This commit is contained in:
6
sdl3/sdl3_misc.odin
Normal file
6
sdl3/sdl3_misc.odin
Normal file
@@ -0,0 +1,6 @@
|
||||
package sdl3
|
||||
|
||||
@(default_calling_convention="c", link_prefix="SDL_", require_results)
|
||||
foreign lib {
|
||||
OpenURL :: proc(url: cstring) -> bool ---
|
||||
}
|
||||
Reference in New Issue
Block a user