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 ***