mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 01:48:08 +01:00
feat: Added delta time variable
This commit is contained in:
parent
02940e9ecf
commit
2bc214103b
6 changed files with 53 additions and 3 deletions
1
Makefile
1
Makefile
|
|
@ -10,6 +10,7 @@ IFLAGS = -I./mlx -I./libft
|
|||
|
||||
SOURCEFILES = \
|
||||
src/utils/inits.c \
|
||||
src/utils/time.c \
|
||||
src/draw/draw_map.c \
|
||||
src/draw/drawutils.c \
|
||||
src/main.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue