diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-12 23:47:37 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-12 23:47:37 +0100 |
commit | a2f0bde9da402ddfd47ec54d42b83585c3296ebf (patch) | |
tree | ff99c82f9a31064617953607eacd56fd1a862827 /Makefile | |
parent | Secured traps (diff) | |
download | 42-cub3d-a2f0bde9da402ddfd47ec54d42b83585c3296ebf.tar.gz 42-cub3d-a2f0bde9da402ddfd47ec54d42b83585c3296ebf.tar.bz2 42-cub3d-a2f0bde9da402ddfd47ec54d42b83585c3296ebf.tar.xz 42-cub3d-a2f0bde9da402ddfd47ec54d42b83585c3296ebf.tar.zst 42-cub3d-a2f0bde9da402ddfd47ec54d42b83585c3296ebf.zip |
Secured parsing
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ 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 |