diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-01-28 16:22:51 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-01-28 16:22:51 +0100 |
commit | 6ee3017b31456ae8bcf4f21389e514b67d885098 (patch) | |
tree | 39a8354d65268b607d110c67deee9faac081cb5d /Makefile | |
parent | Bug fix (diff) | |
download | 42-cub3d-6ee3017b31456ae8bcf4f21389e514b67d885098.tar.gz 42-cub3d-6ee3017b31456ae8bcf4f21389e514b67d885098.tar.bz2 42-cub3d-6ee3017b31456ae8bcf4f21389e514b67d885098.tar.xz 42-cub3d-6ee3017b31456ae8bcf4f21389e514b67d885098.tar.zst 42-cub3d-6ee3017b31456ae8bcf4f21389e514b67d885098.zip |
Got tex
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ SRCS_NAME += ft_drawsquare.c SRCS_NAME += ft_parse_map.c SRCS_NAME += ft_select_get.c SRCS_NAME += ft_get_res.c -# SRCS_NAME += ft_get_tex.c +SRCS_NAME += ft_get_tex.c # SRCS_NAME += ft_get_sprite_tex.c # SRCS_NAME += ft_get_colors.c # SRCS_NAME += ft_get_map.c |