diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-22 14:47:59 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-22 14:47:59 +0100 |
commit | 558151cd594920e8322f53f382d88863a0fd6377 (patch) | |
tree | dd7fc5b3de1f873a0423734038d61bebffbb6290 /src/ft_draw_traps.c | |
parent | Removed bloat (diff) | |
download | 42-cub3d-558151cd594920e8322f53f382d88863a0fd6377.tar.gz 42-cub3d-558151cd594920e8322f53f382d88863a0fd6377.tar.bz2 42-cub3d-558151cd594920e8322f53f382d88863a0fd6377.tar.xz 42-cub3d-558151cd594920e8322f53f382d88863a0fd6377.tar.zst 42-cub3d-558151cd594920e8322f53f382d88863a0fd6377.zip |
Normed so far
Diffstat (limited to '')
-rw-r--r-- | src/ft_draw_traps.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ft_draw_traps.c b/src/ft_draw_traps.c index 71e8fe8..05e8446 100644 --- a/src/ft_draw_traps.c +++ b/src/ft_draw_traps.c @@ -10,11 +10,8 @@ /* */ /* ************************************************************************** */ -#include <libft.h> #include <cub3d.h> #include <stdint.h> -#include <stdlib.h> -#include <math.h> static void ft_sort_traps_norme(float *dist_tab, int32_t it, t_cub *cl) |