Browse Source

[sys/info] Add to examples\all

Jeroen van Rijn 2 years ago
parent
commit
cade30b117
1 changed files with 3 additions and 0 deletions
  1. 3 0
      examples/all/all_main.odin

+ 3 - 0
examples/all/all_main.odin

@@ -109,6 +109,8 @@ import i18n           "core:text/i18n"
 import thread         "core:thread"
 import time           "core:time"
 
+import sysinfo        "core:sys/info"
+
 import unicode        "core:unicode"
 import utf8           "core:unicode/utf8"
 import utf8string     "core:unicode/utf8/utf8string"
@@ -206,6 +208,7 @@ _ :: scanner
 _ :: i18n
 _ :: thread
 _ :: time
+_ :: sysinfo
 _ :: unicode
 _ :: utf8
 _ :: utf8string