Create RNG module

This commit is contained in:
Camden Dixie O'Brien
2025-10-14 12:06:06 +01:00
parent a698e0af7d
commit 7b31fcfac5
5 changed files with 50 additions and 13 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
fb.c game.c input.c main.c maths.c renderer.c rng.c