From 9ed5698b3c74c7ce1784d3bebe2aa73d5a0c319d Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Sat, 9 May 2026 17:15:10 -0400 Subject: move more of the dynamic array code to be macros --- teensy/teensy.h | 1 + 1 file changed, 1 insertion(+) (limited to 'teensy/teensy.h') 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}) -- cgit v1.3-2-g0d8e