diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-18 22:47:46 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-18 22:47:46 +0100 |
commit | c855933082c15539b73bb26e3e745c295e69d4d4 (patch) | |
tree | 3a3cd3a0eb9fa0d8c2ceb571d244177496ae59ed /inc/cub3d.h | |
parent | Merge branch 'master' into weaps (diff) | |
parent | Merge branch 'better_sprites' (diff) | |
download | 42-cub3d-c855933082c15539b73bb26e3e745c295e69d4d4.tar.gz 42-cub3d-c855933082c15539b73bb26e3e745c295e69d4d4.tar.bz2 42-cub3d-c855933082c15539b73bb26e3e745c295e69d4d4.tar.xz 42-cub3d-c855933082c15539b73bb26e3e745c295e69d4d4.tar.zst 42-cub3d-c855933082c15539b73bb26e3e745c295e69d4d4.zip |
Merge branch 'master' into weaps
Diffstat (limited to '')
-rw-r--r-- | inc/cub3d.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h index 84ce976..fa42b4f 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -79,7 +79,7 @@ void ft_draw_circle(float a, float b, 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); +void ft_sort_sprites(t_cub *cl, int16_t i, int16_t j); void ft_calc_sprite(t_cub *cl); void ft_draw_sprite(t_cub *cl, t_sprite *sprite); void ft_calc_trap(t_cub *cl); |