mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 22:28:46 +00:00
Replace core:* to base:* where appropriate
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package sync
|
||||
|
||||
import "core:runtime"
|
||||
import "base:runtime"
|
||||
import "core:time"
|
||||
|
||||
current_thread_id :: proc "contextless" () -> int {
|
||||
|
||||
Reference in New Issue
Block a user