mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-08 08:38:51 +00:00
Update vendor/miniaudio to v0.11.9
This commit is contained in:
Vendored
+4
-6
@@ -22,8 +22,10 @@ appropriate for a given situation.
|
||||
vfs :: struct {}
|
||||
vfs_file :: distinct handle
|
||||
|
||||
OPEN_MODE_READ :: 0x00000001
|
||||
OPEN_MODE_WRITE :: 0x00000002
|
||||
open_mode_flags :: enum c.int {
|
||||
READ = 0x00000001,
|
||||
WRITE = 0x00000002,
|
||||
}
|
||||
|
||||
seek_origin :: enum c.int {
|
||||
start,
|
||||
@@ -71,10 +73,6 @@ foreign lib {
|
||||
default_vfs_init :: proc(pVFS: ^default_vfs, pAllocationCallbacks: ^allocation_callbacks) -> result ---
|
||||
}
|
||||
|
||||
resource_format :: enum c.int {
|
||||
wav,
|
||||
}
|
||||
|
||||
encoding_format :: enum c.int {
|
||||
unknown = 0,
|
||||
wav,
|
||||
|
||||
Reference in New Issue
Block a user