diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-23 18:51:12 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-23 18:51:12 +0100 |
commit | 117f5c68b6354d371795b9b95f827670b0320169 (patch) | |
tree | 26ba308b00bba8e25417dde20ccf08088320e8fe /src/ft_shoot.c | |
parent | Better (diff) | |
download | 42-cub3d-117f5c68b6354d371795b9b95f827670b0320169.tar.gz 42-cub3d-117f5c68b6354d371795b9b95f827670b0320169.tar.bz2 42-cub3d-117f5c68b6354d371795b9b95f827670b0320169.tar.xz 42-cub3d-117f5c68b6354d371795b9b95f827670b0320169.tar.zst 42-cub3d-117f5c68b6354d371795b9b95f827670b0320169.zip |
Ok
Diffstat (limited to 'src/ft_shoot.c')
-rw-r--r-- | src/ft_shoot.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ft_shoot.c b/src/ft_shoot.c index 33e69f7..82c3017 100644 --- a/src/ft_shoot.c +++ b/src/ft_shoot.c @@ -12,7 +12,6 @@ #include <cub3d.h> #include <libft.h> -#include <stdio.h> static void ft_hitscan(t_cub *cl, uint16_t hit) |