diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-05-20 17:32:07 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-05-20 17:32:07 +0200 |
commit | 630a08bb8c1f1b9b25c3f66687e46c8cb37fa58a (patch) | |
tree | ac28370d9724f37905d990ffdfe46ce847ed61a3 /src/ft_hex_to_rgb.c | |
parent | Added Makefiles rules to start adventures (diff) | |
download | 42-cub3d-630a08bb8c1f1b9b25c3f66687e46c8cb37fa58a.tar.gz 42-cub3d-630a08bb8c1f1b9b25c3f66687e46c8cb37fa58a.tar.bz2 42-cub3d-630a08bb8c1f1b9b25c3f66687e46c8cb37fa58a.tar.xz 42-cub3d-630a08bb8c1f1b9b25c3f66687e46c8cb37fa58a.tar.zst 42-cub3d-630a08bb8c1f1b9b25c3f66687e46c8cb37fa58a.zip |
Release edition
Diffstat (limited to 'src/ft_hex_to_rgb.c')
-rw-r--r-- | src/ft_hex_to_rgb.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ft_hex_to_rgb.c b/src/ft_hex_to_rgb.c index 1732473..b859815 100644 --- a/src/ft_hex_to_rgb.c +++ b/src/ft_hex_to_rgb.c @@ -3,10 +3,10 @@ /* ::: :::::::: */ /* ft_hex_to_rgb.c :+: :+: :+: */ /* +:+ +:+ +:+ */ -/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */ +/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ -/* Created: 2020/02/14 17:28:58 by rbousset #+# #+# */ -/* Updated: 2020/02/14 17:28:58 by rbousset ### ########lyon.fr */ +/* Created: 2020/02/14 17:28:58 by joelecle #+# #+# */ +/* Updated: 2020/02/14 17:28:58 by joelecle ### ########lyon.fr */ /* */ /* ************************************************************************** */ |