diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -131,6 +131,9 @@ SRCS_NAME += ft_draw_ammo_bar.c SRCS_NAME += ft_shoot.c SRCS_NAME += ft_hud_threads.c SRCS_NAME += ft_hud_threads_next.c +SRCS_NAME += ft_wall_threads.c +SRCS_NAME += ft_floor_threads.c +SRCS_NAME += ft_castray_loop.c #--------------------------------------------------------------------------------------------------# SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME}) #--------------------------------------------------------------------------------------------------# |