Browse Source

Add `core:math/cmpl` to all_main.odin

gingerBill 2 years ago
parent
commit
8f4c59b080
1 changed files with 2 additions and 0 deletions
  1. 2 0
      examples/all/all_main.odin

+ 2 - 0
examples/all/all_main.odin

@@ -87,6 +87,7 @@ import hlm              "core:math/linalg/hlsl"
 import noise            "core:math/noise"
 import noise            "core:math/noise"
 import rand             "core:math/rand"
 import rand             "core:math/rand"
 import ease             "core:math/ease"
 import ease             "core:math/ease"
+import cmplx            "core:math/cmplx"
 
 
 import mem              "core:mem"
 import mem              "core:mem"
 import virtual          "core:mem/virtual"
 import virtual          "core:mem/virtual"
@@ -206,6 +207,7 @@ _ :: hlm
 _ :: noise
 _ :: noise
 _ :: rand
 _ :: rand
 _ :: ease
 _ :: ease
+_ :: cmplx
 _ :: mem
 _ :: mem
 _ :: virtual
 _ :: virtual
 _ :: ast
 _ :: ast