diff options
author | salaaad2 <arthudurant263@gmail.com> | 2020-03-25 14:40:34 +0100 |
---|---|---|
committer | salaaad2 <arthudurant263@gmail.com> | 2020-03-25 14:40:34 +0100 |
commit | 14db635d9afa8457e3dbd3563394e5a06f62d962 (patch) | |
tree | 5afb17c6f70ceac630d297be31892ee089cc7eb2 /inc/cub3d.h | |
parent | Ok (diff) | |
download | 42-cub3d-14db635d9afa8457e3dbd3563394e5a06f62d962.tar.gz 42-cub3d-14db635d9afa8457e3dbd3563394e5a06f62d962.tar.bz2 42-cub3d-14db635d9afa8457e3dbd3563394e5a06f62d962.tar.xz 42-cub3d-14db635d9afa8457e3dbd3563394e5a06f62d962.tar.zst 42-cub3d-14db635d9afa8457e3dbd3563394e5a06f62d962.zip |
fuck fuck fuck
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 25b80ee..2042297 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -89,6 +89,7 @@ int8_t ft_draw_verline(t_cub *cl, int32_t x, int32_t y1, 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); |