mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
Correct import paths
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
//+build darwin
|
||||
package objc_Foundation
|
||||
|
||||
import NS "core:sys/darwin/Foundation"
|
||||
import NS "vendor:darwin/Foundation"
|
||||
|
||||
Rect :: struct {
|
||||
x, y: f64,
|
||||
|
||||
Reference in New Issue
Block a user