mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-08 00:28:49 +00:00
Add vendor:directx and vendor:darwin packages for documentation generation
This commit is contained in:
+4
-3
@@ -1,10 +1,11 @@
|
||||
//+build darwin
|
||||
package objc_Foundation
|
||||
|
||||
import "core:c"
|
||||
|
||||
#assert(size_of(c.long) == size_of(int))
|
||||
#assert(size_of(c.ulong) == size_of(uint))
|
||||
when ODIN_OS == .Darwin {
|
||||
#assert(size_of(c.long) == size_of(int))
|
||||
#assert(size_of(c.ulong) == size_of(uint))
|
||||
}
|
||||
|
||||
@(objc_class="NSValue")
|
||||
Value :: struct{using _: Copying(Value)}
|
||||
|
||||
Reference in New Issue
Block a user