mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-29 10:50:05 +00:00
Replace core:* to base:* where appropriate
This commit is contained in:
@@ -6,7 +6,7 @@ package text_edit
|
||||
* https://rxi.github.io/a_simple_undo_system.html
|
||||
*/
|
||||
|
||||
import "core:runtime"
|
||||
import "base:runtime"
|
||||
import "core:time"
|
||||
import "core:mem"
|
||||
import "core:strings"
|
||||
|
||||
Reference in New Issue
Block a user