Create text module for displaying messages

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