mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00:00
Replace core:* to base:* where appropriate
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
package objc_Foundation
|
||||
|
||||
import "core:strings"
|
||||
import "core:runtime"
|
||||
import "core:intrinsics"
|
||||
import "base:runtime"
|
||||
import "base:intrinsics"
|
||||
|
||||
Rect :: struct {
|
||||
using origin: Point,
|
||||
|
||||
Reference in New Issue
Block a user