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
-5
View File
@@ -7,11 +7,6 @@ import "core:c"
#assert(size_of(c.int) == size_of(b32))
#assert(size_of(c.int) == size_of(rune))
foreign import lib_ {
"SDL3.lib"
}
lib :: lib_
SIZE_MAX :: 1<<(8*size_of(uint)) - 1