diff options
| author | gingerBill <bill@gingerbill.org> | 2023-07-07 22:29:53 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2023-07-07 22:29:53 +0100 |
| commit | 8f4c59b0801cc5ffa9ea10f72c29a94245f0bbb1 (patch) | |
| tree | 62c9e06401746e5da43d71a0a959ab58b37c4ef1 /examples | |
| parent | 1ff6212ffa32c42be86ee80292401f860435b443 (diff) | |
Add `core:math/cmpl` to all_main.odin
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/all/all_main.odin | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/all/all_main.odin b/examples/all/all_main.odin index 60850c806..c6b727e42 100644 --- a/examples/all/all_main.odin +++ b/examples/all/all_main.odin @@ -87,6 +87,7 @@ import hlm "core:math/linalg/hlsl" import noise "core:math/noise" import rand "core:math/rand" import ease "core:math/ease" +import cmplx "core:math/cmplx" import mem "core:mem" import virtual "core:mem/virtual" @@ -206,6 +207,7 @@ _ :: hlm _ :: noise _ :: rand _ :: ease +_ :: cmplx _ :: mem _ :: virtual _ :: ast |