From 8e274f7d63ffa5d88cc9e3e16655a05d857f78c6 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Wed, 19 Feb 2020 19:25:35 +0100 Subject: Removed stdios --- src/ft_draw_textures.c | 1 - src/ft_draw_verline.c | 1 - src/ft_key_loop.c | 1 - 3 files changed, 3 deletions(-) (limited to 'src') diff --git a/src/ft_draw_textures.c b/src/ft_draw_textures.c index c718fd2..598fd91 100644 --- a/src/ft_draw_textures.c +++ b/src/ft_draw_textures.c @@ -13,7 +13,6 @@ #include #include #include -#include /* ** 1 : no diff --git a/src/ft_draw_verline.c b/src/ft_draw_verline.c index 6cbdc00..d526b6a 100644 --- a/src/ft_draw_verline.c +++ b/src/ft_draw_verline.c @@ -11,7 +11,6 @@ /* ************************************************************************** */ #include -#include static void ft_draw_floor(t_cub *cl, int32_t y, int32_t x) diff --git a/src/ft_key_loop.c b/src/ft_key_loop.c index 0556384..b902e33 100644 --- a/src/ft_key_loop.c +++ b/src/ft_key_loop.c @@ -13,7 +13,6 @@ #include #include #include -#include static void ft_collision(float old_y, float old_x, t_player *pl, t_map *ml) -- cgit v1.2.3