circle rendering, might change to make more efficient
This commit is contained in:
parent
67762e8ab2
commit
57ff3302ad
1 changed files with 2 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ set(ARCHEUS_STD_SOURCES
|
||||||
src/std/vector.c
|
src/std/vector.c
|
||||||
src/std/defaults/config.c
|
src/std/defaults/config.c
|
||||||
|
|
||||||
|
src/math/circle.c
|
||||||
src/math/rectangle.c
|
src/math/rectangle.c
|
||||||
src/math/vector2.c
|
src/math/vector2.c
|
||||||
|
|
||||||
|
|
@ -74,6 +75,7 @@ set(ARCHEUS_STD_SDL_SOURCES
|
||||||
src/input/sdl/keyboard.c
|
src/input/sdl/keyboard.c
|
||||||
src/input/sdl/mouse.c
|
src/input/sdl/mouse.c
|
||||||
|
|
||||||
|
src/graphics/sdl/circle.c
|
||||||
src/graphics/sdl/config.c
|
src/graphics/sdl/config.c
|
||||||
src/graphics/sdl/line.c
|
src/graphics/sdl/line.c
|
||||||
src/graphics/sdl/rectangle.c
|
src/graphics/sdl/rectangle.c
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue