Separate stick functionality from main file

This commit is contained in:
2022-11-16 01:42:47 +11:00
parent 160defe951
commit 1479433500
7 changed files with 297 additions and 287 deletions

View File

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