diff options
| author | gingerBill <bill@gingerbill.org> | 2024-06-04 19:27:28 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2024-06-04 19:27:28 +0100 |
| commit | e6a4fce032c8cfafac117598ae76a1a7af142148 (patch) | |
| tree | 4691560f65029c268cbad501488d5bff0b6d034e | |
| parent | f4dd48aa5d2d94b0daa72e4b51aae77774c49820 (diff) | |
Add `core:flags` to `examples/all`
| -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 6c3972987..f5a60a748 100644 --- a/examples/all/all_main.odin +++ b/examples/all/all_main.odin @@ -121,6 +121,7 @@ import edit "core:text/edit" import thread "core:thread" import time "core:time" import datetime "core:time/datetime" +import flags "core:flags" import sysinfo "core:sys/info" |