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
@@ -2,7 +2,7 @@ package json
import "core:mem"
import "core:math/bits"
import "core:runtime"
import "base:runtime"
import "core:strconv"
import "core:strings"
import "core:reflect"
+1 -1
View File
@@ -5,7 +5,7 @@ import "core:math"
import "core:reflect"
import "core:strconv"
import "core:strings"
import "core:runtime"
import "base:runtime"
Unmarshal_Data_Error :: enum {
Invalid_Data,