mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
Move vendor:darwin/Foundation to core:sys/darwin/Foundation
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package objc_Foundation
|
||||
|
||||
ModalResponse :: enum UInteger {
|
||||
Cancel = 0,
|
||||
OK = 1,
|
||||
}
|
||||
|
||||
@(objc_class="NSPanel")
|
||||
Panel :: struct{ using _: Window }
|
||||
Reference in New Issue
Block a user