added obround might need to optomize or add rotation in the futrue
This commit is contained in:
parent
092908819d
commit
c3361f640c
5 changed files with 91 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue