Browse Source

Add `core:flags` to `examples/all`

Feoramund 1 year ago
parent
commit
53e2cdf7af
1 changed files with 2 additions and 0 deletions
  1. 2 0
      examples/all/all_main.odin

+ 2 - 0
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"
 
@@ -233,6 +234,7 @@ _ :: edit
 _ :: thread
 _ :: time
 _ :: datetime
+_ :: flags
 _ :: sysinfo
 _ :: unicode
 _ :: utf8