diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2025-10-31 14:24:19 +0000 |
|---|---|---|
| committer | gingerBill <gingerBill@users.noreply.github.com> | 2025-10-31 14:24:19 +0000 |
| commit | d374dc3c9963987e19faf6f23765c937d2a9ee5b (patch) | |
| tree | 16ae185aca63cf9af8a04aa52bb6ee6de396536a /examples | |
| parent | 686ddbb5486d1d0d3faf6a3292966df502074b45 (diff) | |
Add os2 to `examples/all`
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/all/all_main.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/all/all_main.odin b/examples/all/all_main.odin index 205eb2a3c..cda04278e 100644 --- a/examples/all/all_main.odin +++ b/examples/all/all_main.odin @@ -111,6 +111,7 @@ package all @(require) import "core:prof/spall" @(require) import "core:os" +@(require) import "core:os/os2" @(require) import "core:path/slashpath" @(require) import "core:path/filepath" |