Move vendor:darwin/Foundation to core:sys/darwin/Foundation

This commit is contained in:
gingerBill
2024-04-08 13:47:46 +01:00
parent 16dc79fc5c
commit ef82f3e71e
41 changed files with 9 additions and 9 deletions
+9
View File
@@ -0,0 +1,9 @@
package objc_Foundation
ModalResponse :: enum UInteger {
Cancel = 0,
OK = 1,
}
@(objc_class="NSPanel")
Panel :: struct{ using _: Window }