diff --git a/examples/all/all_main.odin b/examples/all/all_main.odin index 92026fe2c..a88cc273e 100644 --- a/examples/all/all_main.odin +++ b/examples/all/all_main.odin @@ -30,6 +30,7 @@ import bits "core:math/bits" import fixed "core:math/fixed" import linalg "core:math/linalg" import glm "core:math/linalg/glsl" +import hlm "core:math/linalg/hlsl" import rand "core:math/rand" import mem "core:mem" import ast "core:odin/ast" @@ -86,6 +87,7 @@ _ :: bits _ :: fixed _ :: linalg _ :: glm +_ :: hlm _ :: rand _ :: mem _ :: ast