mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 09:58:09 +01:00
feat: Added the round counter on the hud
This commit is contained in:
parent
82d7941e81
commit
f80eb125f5
24 changed files with 1217 additions and 115 deletions
1
Makefile
1
Makefile
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue