mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 20:00:09 +00:00
Replace core:* to base:* where appropriate
This commit is contained in:
@@ -12,7 +12,7 @@ import "core:io"
|
||||
import "core:fmt"
|
||||
import "core:mem"
|
||||
import "core:mem/virtual"
|
||||
import "core:runtime"
|
||||
import "base:runtime"
|
||||
|
||||
Cell :: struct {
|
||||
text: string,
|
||||
|
||||
Reference in New Issue
Block a user