aboutsummaryrefslogtreecommitdiff
path: root/src/entity_list.odin
diff options
context:
space:
mode:
authorXander Swan <no email>2025-12-05 09:27:12 -0500
committerXander Swan <no email>2025-12-05 09:27:12 -0500
commit3375d712e40cce1d17198ba20839f58a2a77d202 (patch)
tree856f517c9e9e59173b81b62a40bd4d2f1115d378 /src/entity_list.odin
parent53cba1d004451f0782312cb203afb7da47a29c5f (diff)
add platforms and AABB collision
Diffstat (limited to 'src/entity_list.odin')
-rw-r--r--src/entity_list.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entity_list.odin b/src/entity_list.odin
index 4890d2c..1f07ef9 100644
--- a/src/entity_list.odin
+++ b/src/entity_list.odin
@@ -1,6 +1,6 @@
package demonchime
-// import "core:math"
+import "core:math"
Entity_Handle :: struct {
idx: u32,