Begin adding vendor:miniaudio

This commit is contained in:
gingerBill
2021-09-17 12:57:52 +01:00
parent 4cb7f05644
commit f38b7ebf42
18 changed files with 75976 additions and 2 deletions
+1
View File
@@ -1,3 +1,4 @@
//+build darwin
package unix
import "core:c"
+2 -1
View File
@@ -1,4 +1,5 @@
package unix;
//+build freebsd
package unix
import "core:c";
+1
View File
@@ -1,3 +1,4 @@
//+build linux
package unix
import "core:c"
+1
View File
@@ -1,3 +1,4 @@
//+build linux, darwin, freebsd
package unix
foreign import "system:pthread"