diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-18 22:46:00 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-18 22:46:00 +0100 |
commit | fb8ca31ee232fd4db9dd05a088b5fc7b3e83a5a3 (patch) | |
tree | 9b842ddd18c30696af19efffcd2241f02c580c7c /inc/cub3d.h | |
parent | Bug fix (diff) | |
parent | fatfingers master (diff) | |
download | 42-cub3d-fb8ca31ee232fd4db9dd05a088b5fc7b3e83a5a3.tar.gz 42-cub3d-fb8ca31ee232fd4db9dd05a088b5fc7b3e83a5a3.tar.bz2 42-cub3d-fb8ca31ee232fd4db9dd05a088b5fc7b3e83a5a3.tar.xz 42-cub3d-fb8ca31ee232fd4db9dd05a088b5fc7b3e83a5a3.tar.zst 42-cub3d-fb8ca31ee232fd4db9dd05a088b5fc7b3e83a5a3.zip |
Merge branch 'better_sprites'
Diffstat (limited to 'inc/cub3d.h')
-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); |