update os2 for recent core changes

This commit is contained in:
jason
2023-05-04 10:00:06 -04:00
parent 182b269e46
commit 3fe0680ad5
5 changed files with 38 additions and 108 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package os2
import "core:runtime"
_get_env :: proc(key: string, allocator: runtime.Allocator) -> (value: string, found: bool) {
_lookup_env :: proc(key: string, allocator: runtime.Allocator) -> (value: string, found: bool) {
//TODO
return
}