#+build !js package game import "core:path/filepath" path_abs :: proc(path: string, allocator := context.allocator) -> (string, bool) { return filepath.abs(path, allocator) }