From 95620aaf2aced0290133dcbfa96a1920b3ff7578 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Mon, 17 Jan 2022 11:48:15 +0000 Subject: [PATCH] Update examples/all --- examples/all/all_main.odin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/all/all_main.odin b/examples/all/all_main.odin index a88cc273e..c24238602 100644 --- a/examples/all/all_main.odin +++ b/examples/all/all_main.odin @@ -40,7 +40,7 @@ import odin_parser "core:odin/parser" import odin_printer "core:odin/printer" import odin_tokenizer "core:odin/tokenizer" import os "core:os" -import path "core:path" +import slashpath "core:path/slashpath" import filepath "core:path/filepath" import reflect "core:reflect" import runtime "core:runtime" @@ -97,7 +97,7 @@ _ :: odin_parser _ :: odin_printer _ :: odin_tokenizer _ :: os -_ :: path +_ :: slashpath _ :: filepath _ :: reflect _ :: runtime