diff options
author | Rudy Bousset <rbousset@z2r5p6.le-101.fr> | 2020-03-05 16:09:00 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p6.le-101.fr> | 2020-03-05 16:09:00 +0100 |
commit | 3c330fb4947973c103a7da7df59e2ee334206446 (patch) | |
tree | 04b839ff7188cedebe8788d916042db74cf99cd8 /inc | |
parent | Get normed (diff) | |
download | 42-cub3d-3c330fb4947973c103a7da7df59e2ee334206446.tar.gz 42-cub3d-3c330fb4947973c103a7da7df59e2ee334206446.tar.bz2 42-cub3d-3c330fb4947973c103a7da7df59e2ee334206446.tar.xz 42-cub3d-3c330fb4947973c103a7da7df59e2ee334206446.tar.zst 42-cub3d-3c330fb4947973c103a7da7df59e2ee334206446.zip |
Tryna be dark
Diffstat (limited to 'inc')
-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 c2e117e..87444aa 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -128,6 +128,7 @@ uint8_t ft_free_words(char **words); int8_t ft_warp_level(t_cub *cl); int ft_exit(uint8_t exit_code, t_cub *clist); uint32_t ft_rgb_to_hex(t_rgb rgb); +uint32_t ft_darken_rgb(t_rgb rgb); t_bmp_rgb ft_hex_to_rgb(uint32_t color); # endif |