aboutsummaryrefslogtreecommitdiff
path: root/teensy/teensy.h
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-05-09 17:15:10 -0400
committeriamcheeseman <[email protected]>2026-05-09 17:15:10 -0400
commit9ed5698b3c74c7ce1784d3bebe2aa73d5a0c319d (patch)
treea80df2a06ea9cf3ac2443a2fe683aaa2fdbafab5 /teensy/teensy.h
parentcda8e15a87e46342a268b5da79f53ff53ebf6cbb (diff)
move more of the dynamic array code to be macros
Diffstat (limited to 'teensy/teensy.h')
-rw-r--r--teensy/teensy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/teensy/teensy.h b/teensy/teensy.h
index 372fc52..c94986f 100644
--- a/teensy/teensy.h
+++ b/teensy/teensy.h
@@ -3,6 +3,7 @@
#include "common.h"
#include "context.h"
+#include "dyn_arr.h"
#define ty_vec2(x, y) ((struct ty_vec2){x, y})
#define ty_vec2i(x, y) ((struct ty_vec2i){x, y})