diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-25 17:16:48 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-25 17:16:48 +0100 |
commit | a88662bebb21d598c7d06f09433950ba10155cff (patch) | |
tree | 42af13d4544744253fa55fbea0e9cbd40a6354e4 /inc/cub3d.h | |
parent | Get normed (diff) | |
parent | pourquoi se priver de stack (diff) | |
download | 42-cub3d-a88662bebb21d598c7d06f09433950ba10155cff.tar.gz 42-cub3d-a88662bebb21d598c7d06f09433950ba10155cff.tar.bz2 42-cub3d-a88662bebb21d598c7d06f09433950ba10155cff.tar.xz 42-cub3d-a88662bebb21d598c7d06f09433950ba10155cff.tar.zst 42-cub3d-a88662bebb21d598c7d06f09433950ba10155cff.zip |
Merge branch 'better_m_s'
Diffstat (limited to 'inc/cub3d.h')
-rw-r--r-- | inc/cub3d.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h index 454dc46..38d4e3f 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -88,6 +88,7 @@ void ft_draw_circle(float a, float b, void ft_draw_verline(t_cub *cl, int32_t x, int32_t y, int32_t y2); void ft_sprite_h_w(t_cub *cl, t_sprite *sprite); void ft_sort_sprites(t_cub *cl, int16_t i, int16_t j); +void ft_sort_s_t(t_cub *cl, float dist_tab[8][4096]); void ft_calc_sprite(t_cub *cl); void ft_draw_sprite(t_cub *cl, t_sprite *sprite); void ft_calc_trap(t_cub *cl); |