This commit is contained in:
gingerBill
2020-09-29 11:11:42 +01:00
4 changed files with 19 additions and 6 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
package os
foreign import dl "system:dl"
foreign import libc "system:c"
foreign import pthread "system:pthread"
foreign import libc "System.framework"
foreign import pthread "System.framework"
import "core:runtime"
import "core:strings"