Add core:math/cmpl to all_main.odin

This commit is contained in:
gingerBill
2023-07-07 22:29:53 +01:00
parent 1ff6212ffa
commit 8f4c59b080

View File

@@ -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