diff options
author | salaaad2 <arthudurant263@gmail.com> | 2020-03-18 18:59:59 +0100 |
---|---|---|
committer | salaaad2 <arthudurant263@gmail.com> | 2020-03-18 18:59:59 +0100 |
commit | 0036fe1e23be842e8baa48162bcdb3bf632b02de (patch) | |
tree | 3e457822a4905ef2021d141d3ec7f30b29a8d57a /inc/cub3d.h | |
parent | bunchoshit (diff) | |
download | 42-cub3d-0036fe1e23be842e8baa48162bcdb3bf632b02de.tar.gz 42-cub3d-0036fe1e23be842e8baa48162bcdb3bf632b02de.tar.bz2 42-cub3d-0036fe1e23be842e8baa48162bcdb3bf632b02de.tar.xz 42-cub3d-0036fe1e23be842e8baa48162bcdb3bf632b02de.tar.zst 42-cub3d-0036fe1e23be842e8baa48162bcdb3bf632b02de.zip |
gng
Diffstat (limited to 'inc/cub3d.h')
-rw-r--r-- | inc/cub3d.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h index 4b52aab..9c906be 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -76,10 +76,8 @@ void ft_draw_circle(float a, float b, int32_t color, t_cub *cl); int8_t ft_draw_verline(t_cub *cl, int32_t x, int32_t y1, int32_t y2); -void ft_sprite_width(t_cub *cl, t_sprite *sprite); -void ft_sprite_height(t_cub *cl, t_sprite *sprite); +void ft_sprite_h_w(t_cub *cl, t_sprite *sprite); void ft_sort_sprites(t_cub *cl); -void ft_sort_s_t(t_cub *cl, t_sprite *sprites[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); |