diff options
author | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-02-19 19:25:35 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-02-19 19:25:35 +0100 |
commit | 8e274f7d63ffa5d88cc9e3e16655a05d857f78c6 (patch) | |
tree | d4c27b1a4b87f2c24bbc531a519aee8efb3d8c46 /src/ft_draw_textures.c | |
parent | tweak (diff) | |
download | 42-cub3d-8e274f7d63ffa5d88cc9e3e16655a05d857f78c6.tar.gz 42-cub3d-8e274f7d63ffa5d88cc9e3e16655a05d857f78c6.tar.bz2 42-cub3d-8e274f7d63ffa5d88cc9e3e16655a05d857f78c6.tar.xz 42-cub3d-8e274f7d63ffa5d88cc9e3e16655a05d857f78c6.tar.zst 42-cub3d-8e274f7d63ffa5d88cc9e3e16655a05d857f78c6.zip |
Removed stdios
Diffstat (limited to 'src/ft_draw_textures.c')
-rw-r--r-- | src/ft_draw_textures.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <libft.h> #include <cub3d.h> #include <stdint.h> -#include <stdio.h> /* ** 1 : no |