aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/all/all_main.odin2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/all/all_main.odin b/examples/all/all_main.odin
index 2351a87f8..92026fe2c 100644
--- a/examples/all/all_main.odin
+++ b/examples/all/all_main.odin
@@ -29,6 +29,7 @@ import big "core:math/big"
import bits "core:math/bits"
import fixed "core:math/fixed"
import linalg "core:math/linalg"
+import glm "core:math/linalg/glsl"
import rand "core:math/rand"
import mem "core:mem"
import ast "core:odin/ast"
@@ -84,6 +85,7 @@ _ :: big
_ :: bits
_ :: fixed
_ :: linalg
+_ :: glm
_ :: rand
_ :: mem
_ :: ast