diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-01-28 16:32:37 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-01-28 16:32:37 +0100 |
commit | c1f91998d9cf530d86b6e8d2ddfecf06cae43664 (patch) | |
tree | c4b8ce0838786c9b487f36e3282c606ec93d5066 /Makefile | |
parent | Got tex (diff) | |
download | 42-cub3d-c1f91998d9cf530d86b6e8d2ddfecf06cae43664.tar.gz 42-cub3d-c1f91998d9cf530d86b6e8d2ddfecf06cae43664.tar.bz2 42-cub3d-c1f91998d9cf530d86b6e8d2ddfecf06cae43664.tar.xz 42-cub3d-c1f91998d9cf530d86b6e8d2ddfecf06cae43664.tar.zst 42-cub3d-c1f91998d9cf530d86b6e8d2ddfecf06cae43664.zip |
Got sprite
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ 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_sprite_tex.c +SRCS_NAME += ft_get_sprite.c # SRCS_NAME += ft_get_colors.c # SRCS_NAME += ft_get_map.c # SRCS_NAME += ft_check_empty_line.c |