diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-23 14:34:46 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-23 14:34:46 +0100 |
commit | 2c2cc12429258af73dae0978f9ebc53efae38566 (patch) | |
tree | 81afa50b1c8568e345767e65225eb282027caa2f /Makefile | |
parent | Cool (diff) | |
download | 42-cub3d-2c2cc12429258af73dae0978f9ebc53efae38566.tar.gz 42-cub3d-2c2cc12429258af73dae0978f9ebc53efae38566.tar.bz2 42-cub3d-2c2cc12429258af73dae0978f9ebc53efae38566.tar.xz 42-cub3d-2c2cc12429258af73dae0978f9ebc53efae38566.tar.zst 42-cub3d-2c2cc12429258af73dae0978f9ebc53efae38566.zip |
ok for now
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,6 @@ SRCS_NAME += ft_get_music.c SRCS_NAME += ft_get_darkness.c SRCS_NAME += ft_get_traps.c SRCS_NAME += ft_get_sprite_spawns.c -SRCS_NAME += ft_get_topsp.c SRCS_NAME += ft_set_minimap_scale.c SRCS_NAME += ft_check_missing.c SRCS_NAME += ft_check_not_found.c @@ -125,6 +124,7 @@ SRCS_NAME += ft_get_spawns.c SRCS_NAME += ft_tex_num_init.c SRCS_NAME += ft_tex_sprites_extra_init.c SRCS_NAME += ft_draw_health_caption.c +SRCS_NAME += ft_draw_map_back.c #--------------------------------------------------------------------------------------------------# SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME}) #--------------------------------------------------------------------------------------------------# |