feat: Added the round counter on the hud

This commit is contained in:
Theo Champion 2025-09-03 18:39:30 +02:00
parent 82d7941e81
commit f80eb125f5
24 changed files with 1217 additions and 115 deletions

View file

@ -9,6 +9,7 @@ endif
IFLAGS = -I./mlx -I./libft
SOURCEFILES = \
src/hud/load_texture.c \
src/utils/inits.c \
src/utils/time.c \
src/utils/destroy_utils.c \