diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-22 15:38:28 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-22 15:38:28 +0100 |
commit | 1363bda556bf08657bf19ff79e93319c17c22fc1 (patch) | |
tree | 9d67fd461d9dec00b65deba03aca94cda7cae0dd /src/ft_get_sprite_spawns.c | |
parent | Pretty bav (diff) | |
download | 42-cub3d-1363bda556bf08657bf19ff79e93319c17c22fc1.tar.gz 42-cub3d-1363bda556bf08657bf19ff79e93319c17c22fc1.tar.bz2 42-cub3d-1363bda556bf08657bf19ff79e93319c17c22fc1.tar.xz 42-cub3d-1363bda556bf08657bf19ff79e93319c17c22fc1.tar.zst 42-cub3d-1363bda556bf08657bf19ff79e93319c17c22fc1.zip |
More norm
Diffstat (limited to '')
-rw-r--r-- | src/ft_get_sprite_spawns.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ft_get_sprite_spawns.c b/src/ft_get_sprite_spawns.c index d7b6677..c24ba85 100644 --- a/src/ft_get_sprite_spawns.c +++ b/src/ft_get_sprite_spawns.c @@ -13,7 +13,6 @@ #include <libft.h> #include <cub3d.h> #include <stdint.h> -#include <stdio.h> void ft_get_next_sprite(t_cub *clist, int s_n, char c, size_t x) |