mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-14 14:23:43 +00:00
6 lines
138 B
Odin
6 lines
138 B
Odin
package sdl3
|
|
|
|
@(default_calling_convention="c", link_prefix="SDL_", require_results)
|
|
foreign lib {
|
|
GetPlatform :: proc() -> cstring ---
|
|
} |