Create separate input module

This commit is contained in:
Camden Dixie O'Brien
2025-10-13 14:22:31 +01:00
parent 045d0e6085
commit 87a305c2e5
4 changed files with 95 additions and 23 deletions

View File

@@ -8,4 +8,4 @@ defs="-D_POSIX_C_SOURCE=200809L"
$cc $flags $libs $defs \
-o asteroids \
fb.c main.c renderer.c
fb.c input.c main.c renderer.c