mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Always include Cocoa for NSFoundation
This commit is contained in:
Vendored
+3
-1
@@ -1,6 +1,8 @@
|
|||||||
package objc_Foundation
|
package objc_Foundation
|
||||||
|
|
||||||
foreign import "system:Foundation.framework"
|
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 "core:intrinsics"
|
||||||
import "core:c"
|
import "core:c"
|
||||||
@@ -76,4 +78,4 @@ objc_class_internals :: struct {
|
|||||||
cache: rawptr,
|
cache: rawptr,
|
||||||
protocols: rawptr,
|
protocols: rawptr,
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user