diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2020-02-15 13:40:06 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2020-02-15 13:40:06 +0100 |
commit | acc6558cbcd580392ca481e12b4f145f7995a0ea (patch) | |
tree | 6609226de205bf55227eba0117229421c96ed974 /Makefile | |
parent | asdasd (diff) | |
download | 42-cub3d-acc6558cbcd580392ca481e12b4f145f7995a0ea.tar.gz 42-cub3d-acc6558cbcd580392ca481e12b4f145f7995a0ea.tar.bz2 42-cub3d-acc6558cbcd580392ca481e12b4f145f7995a0ea.tar.xz 42-cub3d-acc6558cbcd580392ca481e12b4f145f7995a0ea.tar.zst 42-cub3d-acc6558cbcd580392ca481e12b4f145f7995a0ea.zip |
swap east and west, add texture init function
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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}) |