Add sdl3_atomic.odin

This commit is contained in:
gingerBill
2025-01-30 11:30:49 +00:00
parent b48f14ba82
commit 6d596adcdc
4 changed files with 49 additions and 6 deletions
+1 -1
View File
@@ -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 ---