added views and temp circlefill

This commit is contained in:
herbglitch 2023-12-03 09:25:28 +00:00
parent 75f98548db
commit 1354d7c915
3 changed files with 11 additions and 1 deletions

View file

@ -92,6 +92,7 @@ set(ARCHEUS_STD_SDL_SOURCES
src/graphics/sdl/sprite.c
src/graphics/sdl/spritesheet.c
src/graphics/sdl/text.c
src/graphics/sdl/view.c
src/graphics/sdl/window.c
)