mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
add missing SDL2_SemPost binding
This commit is contained in:
Vendored
+1
@@ -34,6 +34,7 @@ foreign lib {
|
|||||||
SemWait :: proc(s: ^sem) -> c.int ---
|
SemWait :: proc(s: ^sem) -> c.int ---
|
||||||
SemTryWait :: proc(s: ^sem) -> c.int ---
|
SemTryWait :: proc(s: ^sem) -> c.int ---
|
||||||
SemWaitTimeout :: proc(s: ^sem, ms: u32) -> c.int ---
|
SemWaitTimeout :: proc(s: ^sem, ms: u32) -> c.int ---
|
||||||
|
SemPost :: proc(s: ^sem) -> c.int ---
|
||||||
SemValue :: proc(s: ^sem) -> u32 ---
|
SemValue :: proc(s: ^sem) -> u32 ---
|
||||||
|
|
||||||
CreateCond :: proc() -> ^cond ---
|
CreateCond :: proc() -> ^cond ---
|
||||||
|
|||||||
Reference in New Issue
Block a user