aboutsummaryrefslogtreecommitdiff
path: root/vendor/sdl3/sdl3_platform.odin
blob: 728151fb9809180341a1e89527998e784287db5c (plain)
1
2
3
4
5
6
package sdl3

@(default_calling_convention="c", link_prefix="SDL_", require_results)
foreign lib {
	GetPlatform :: proc() -> cstring ---
}