diff options
author | Rudy Bousset <rbousset@z2r6p3.le-101.fr> | 2020-03-08 20:40:40 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r6p3.le-101.fr> | 2020-03-08 20:40:40 +0100 |
commit | 843f11bd9a1d460ade2ef3b0cadc8e28f0a61247 (patch) | |
tree | b56662e66e9b378eb2b0acc6ba54fee39470c3ad /inc | |
parent | Something wrong (diff) | |
download | 42-cub3d-843f11bd9a1d460ade2ef3b0cadc8e28f0a61247.tar.gz 42-cub3d-843f11bd9a1d460ade2ef3b0cadc8e28f0a61247.tar.bz2 42-cub3d-843f11bd9a1d460ade2ef3b0cadc8e28f0a61247.tar.xz 42-cub3d-843f11bd9a1d460ade2ef3b0cadc8e28f0a61247.tar.zst 42-cub3d-843f11bd9a1d460ade2ef3b0cadc8e28f0a61247.zip |
Nice and clean
Diffstat (limited to 'inc')
-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 e97af59..7014e51 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -138,6 +138,6 @@ int ft_exit(uint8_t exit_code, t_cub *clist); uint32_t ft_rgb_to_hex(t_rgb rgb); t_bmp_rgb ft_hex_to_rgb(uint32_t color); uint32_t ft_darken_ceil(t_rgb rgb, int32_t y, t_cub *cl); -uint32_t ft_darken_floor(t_rgb rgb, float dist, t_cub *cl); +uint32_t ft_darken_floor(t_rgb rgb, int32_t y, t_cub *cl); # endif |