mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-08 08:38:51 +00:00
Add sdl3_atomic.odin
This commit is contained in:
Vendored
+1
-1
@@ -29,7 +29,7 @@ AsyncIOOutcome :: struct {
|
||||
|
||||
AsyncIOQueue :: struct {}
|
||||
|
||||
@(default_calling_convention="c", link_prefix="SDL_")
|
||||
@(default_calling_convention="c", link_prefix="SDL_", require_results)
|
||||
foreign lib {
|
||||
AsyncIOFromFile :: proc(file: cstring, mode: cstring) -> ^AsyncIO ---
|
||||
GetAsyncIOSize :: proc(asyncio: ^AsyncIO) -> Sint64 ---
|
||||
|
||||
Reference in New Issue
Block a user