Add vendor:directx and vendor:darwin packages for documentation generation

This commit is contained in:
gingerBill
2022-02-18 15:56:53 +00:00
parent 8f13724a4b
commit 197b832992
25 changed files with 23 additions and 29 deletions
+4 -3
View File
@@ -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)}