From acc6558cbcd580392ca481e12b4f145f7995a0ea Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Sat, 15 Feb 2020 13:40:06 +0100 Subject: swap east and west, add texture init function --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3f90942..21177eb 100644 --- a/Makefile +++ b/Makefile @@ -49,6 +49,7 @@ SRCS_NAME += ft_rgb_to_hex.c SRCS_NAME += ft_raycasting.c SRCS_NAME += ft_init_s_ray.c SRCS_NAME += ft_init_map.c +SRCS_NAME += ft_tex_init.c SRCS_NAME += ft_detect.c #--------------------------------------------------------------------------------------------------# SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME}) -- cgit v1.2.3