Create separate input module

This commit is contained in:
2025-10-18 17:43:22 +01:00
parent d975f5ed42
commit fad9a8935f
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