Replace core:* to base:* where appropriate

This commit is contained in:
gingerBill
2024-01-28 22:18:51 +00:00
parent 6a07effdd2
commit 3e7e779abf
180 changed files with 225 additions and 225 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ foreign import "system:Foundation.framework"
// NOTE: Most of our bindings are reliant on Cocoa (everything under appkit) so just unconditionally import it
@(require) foreign import "system:Cocoa.framework"
import "core:intrinsics"
import "base:intrinsics"
import "core:c"
IMP :: proc "c" (object: id, sel: SEL, #c_vararg args: ..any) -> id