mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 08:08:50 +00:00
vendor/miniaudio: update to 0.11.22
This commit is contained in:
+5
@@ -62,6 +62,11 @@ when !NO_THREADING {
|
||||
Signals the specified auto-reset event.
|
||||
*/
|
||||
event_signal :: proc(pEvent: ^event) -> result ---
|
||||
|
||||
semaphore_init :: proc(initialValue: i32, pSemaphore: ^semaphore) -> result ---
|
||||
semaphore_uninit :: proc(pSemaphore: ^semaphore) ---
|
||||
semaphore_wait :: proc(pSemaphore: ^semaphore) -> result ---
|
||||
semaphore_release :: proc(pSemaphore: ^semaphore) -> result ---
|
||||
} /* NO_THREADING */
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user