added obround might need to optomize or add rotation in the futrue

This commit is contained in:
herbglitch 2023-06-25 16:17:04 -06:00
parent 092908819d
commit c3361f640c
5 changed files with 91 additions and 0 deletions

View file

@ -62,6 +62,7 @@ set(ARCHEUS_STD_SOURCES
src/std/defaults/config.c
src/math/circle.c
src/math/obround.c
src/math/rectangle.c
src/math/vector2.c
@ -78,6 +79,7 @@ set(ARCHEUS_STD_SDL_SOURCES
src/graphics/sdl/circle.c
src/graphics/sdl/config.c
src/graphics/sdl/line.c
src/graphics/sdl/obround.c
src/graphics/sdl/rectangle.c
src/graphics/sdl/renderer.c
src/graphics/sdl/sprite.c