- Rough First Pass implementation for format.h

- Started 2D Transform Component and relevant math extensions
 - Switched sequence to use pointers instead of arrays
This commit is contained in:
2025-09-23 18:07:54 -04:00
parent 1a9a80e37f
commit f636feb4f1
18 changed files with 866 additions and 234 deletions

View File

@@ -244,6 +244,8 @@ add_library(fennec STATIC
# EXTRA SOURCES ========================================================================================================
${FENNEC_EXTRA_SOURCES}
include/fennec/langproc/strings/format.h
include/fennec/scene/components/transform2d.h
)
add_dependencies(fennec metaprogramming fennec-dependencies)