Modularise drawing code a little

This commit is contained in:
2022-11-15 05:10:26 +11:00
parent 2fa6be7780
commit 160defe951
4 changed files with 157 additions and 111 deletions

View File

@ -4,6 +4,7 @@ set(CMAKE_C_STANDARD 99)
set(TARGET padlab)
set(SOURCES
maths.c maths.h
draw.c draw.h
analogue.c)
find_package(SDL2 REQUIRED)