summaryrefslogtreecommitdiff
path: root/src/std/containers/darray.h
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-03-27 23:07:16 +1100
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-03-27 23:07:16 +1100
commitfe83372519e3ae8dd88ecfb4c67d484a1a5f13af (patch)
tree7c60d8840d457a95a0f01e9e2f0c55971948ce5f /src/std/containers/darray.h
parentff907c6ffa7ed0a7c6ce938b40a6c223dd0a3b9d (diff)
brainsforming refined layout for renderer
Diffstat (limited to 'src/std/containers/darray.h')
-rw-r--r--src/std/containers/darray.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/std/containers/darray.h b/src/std/containers/darray.h
index 45d92e2..b15d269 100644
--- a/src/std/containers/darray.h
+++ b/src/std/containers/darray.h
@@ -6,7 +6,8 @@
// COPIED FROM KITC WITH SOME MINOR ADJUSTMENTS
/* TODO:
- - a 'find' function that takes a predicate (maybe wrap with a macro so we dont have to define a new function?)
+ - a 'find' function that takes a predicate (maybe wrap with a macro so we dont have to define a
+ new function?)
*/
#ifndef KITC_TYPED_ARRAY_H