diff options
| author | Mikkel Hjortshoej <fyoucon@gmail.com> | 2019-02-05 18:59:10 +0100 |
|---|---|---|
| committer | Mikkel Hjortshøj <hoej@northwolfprod.com> | 2019-02-06 15:53:40 +0100 |
| commit | 0185b43c2f961e97e94878a3d2dc87eec1810bd4 (patch) | |
| tree | acc75137591e6205c25f0578a8c5f94f73e1be81 /examples | |
| parent | bc5c37ebb188384d0a44b0b35aec9e01bc9104f0 (diff) | |
Create CI files
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/demo/demo.odin | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/examples/demo/demo.odin b/examples/demo/demo.odin index 6ba8aea76..b4c67938f 100644 --- a/examples/demo/demo.odin +++ b/examples/demo/demo.odin @@ -1,24 +1,12 @@ package main import "core:fmt" -import "core:strconv" import "core:mem" -import "core:bits" -import "core:hash" -import "core:math" -import "core:math/rand" import "core:os" -import "core:sort" -import "core:strings" -import "core:types" -import "core:unicode/utf16" -import "core:unicode/utf8" -import "core:c" -import "core:runtime" when os.OS == "windows" { + import "core:runtime" import "core:thread" - import "core:sys/win32" } @(link_name="general_stuff") |