diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2024-08-16 12:37:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-16 12:37:36 +0100 |
| commit | 65ce7687d7b8892f20a9967e41a58e14fa5d9caa (patch) | |
| tree | 17ee26d4cd971d378ad08d4228184964ac08b6e3 /examples | |
| parent | 6fc39c1b5d09dfd25462fc7e9fff9ac03c20cd6e (diff) | |
| parent | d6336e7252085912277d815c95296bd6d8ec10c9 (diff) | |
Merge pull request #4004 from Skytrias/orca-odin-bindings
Add autogenerated orca bindings and macros from laytan
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/all/all_main.odin | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/all/all_main.odin b/examples/all/all_main.odin index 62b891352..63bd386f8 100644 --- a/examples/all/all_main.odin +++ b/examples/all/all_main.odin @@ -136,6 +136,7 @@ import time "core:time" import datetime "core:time/datetime" import flags "core:flags" +import orca "core:sys/orca" import sysinfo "core:sys/info" import unicode "core:unicode" @@ -256,6 +257,7 @@ _ :: thread _ :: time _ :: datetime _ :: flags +_ :: orca _ :: sysinfo _ :: unicode _ :: uuid |