From 6ad1544a5eb19abf547de5b1c46bff0143e66c5f Mon Sep 17 00:00:00 2001 From: Judah Caruso Date: Tue, 27 May 2025 09:42:29 -0600 Subject: [PATCH] start 073 --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 3c174ab..44acedb 100644 --- a/TODO +++ b/TODO @@ -2,6 +2,7 @@ [Judah] 017 [x] re-implement dynamic arrays (should mirror procedures on 'Static_Array') + 073 [array] standardize api across types (also add 'find' and 'find_pointer') [Jesse] 011 [math] add more Vec math procedures @@ -71,7 +72,6 @@ 070 [x, bug] figure out why [meta] `for_expansion` procs aren't usable when import is namespaced 071 [math] basic shape collision detection (circle, rect, line) 072 [timestep] create drop-in fixed timestep module - 073 [array] standardize api across types (also add 'find' and 'find_pointer') *** DONE ***