updated math config, added int to standard config, added bool to standard config

This commit is contained in:
herbglitch 2025-03-22 03:38:28 -06:00
parent ce9e6a1c9a
commit 0dab5f336b
5 changed files with 299 additions and 252 deletions

View file

@ -81,6 +81,7 @@ set(ARCHEUS_SOURCES
src/std/vector/inline.c
src/math/circle.c
src/math/config.c
src/math/obround.c
src/math/point.c
src/math/rectangle.c