From 53e2cdf7afad6a75f9620d489003933949e753bc Mon Sep 17 00:00:00 2001 From: Feoramund <161657516+Feoramund@users.noreply.github.com> Date: Sat, 15 Jun 2024 00:28:47 -0400 Subject: [PATCH] Add `core:flags` to `examples/all` --- examples/all/all_main.odin | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/all/all_main.odin b/examples/all/all_main.odin index 6c3972987..5202d72be 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" @@ -233,6 +234,7 @@ _ :: edit _ :: thread _ :: time _ :: datetime +_ :: flags _ :: sysinfo _ :: unicode _ :: utf8