moved some functions from graphics config to a new math config

This commit is contained in:
herbglitch 2023-08-19 23:07:15 +00:00
parent df816e2092
commit b0a2b8bb15
5 changed files with 320 additions and 272 deletions

View file

@ -62,6 +62,7 @@ set(ARCHEUS_STD_SOURCES
src/std/defaults/config.c
src/math/circle.c
src/math/config.c
src/math/obround.c
src/math/rectangle.c
src/math/vector2.c