aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9ba75ca..3d5078b 100644
--- a/Makefile
+++ b/Makefile
@@ -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})
#--------------------------------------------------------------------------------------------------#