Replace core:* to base:* where appropriate

This commit is contained in:
gingerBill
2024-01-28 22:18:51 +00:00
parent 6a07effdd2
commit 3e7e779abf
180 changed files with 225 additions and 225 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ when ODIN_OS == .Darwin {
foreign import libc "system:c"
}
import "core:runtime"
import "base:runtime"
import "core:strings"
SEPARATOR :: '/'
+1 -1
View File
@@ -1,7 +1,7 @@
package filepath
import "core:strings"
import "core:runtime"
import "base:runtime"
import "core:os"
import win32 "core:sys/windows"
+1 -1
View File
@@ -5,7 +5,7 @@
// To manipulate operating system specific paths, use the path/filepath package
package slashpath
import "core:runtime"
import "base:runtime"
import "core:strings"
// is_separator checks whether the byte is a valid separator character