Create text module for displaying messages

This commit is contained in:
Camden Dixie O'Brien
2025-10-15 13:58:33 +01:00
parent a3486b47c7
commit 7e6637dce6
4 changed files with 128 additions and 47 deletions

View File

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