Create RNG module

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