diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-01-28 16:37:12 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-01-28 16:37:12 +0100 |
commit | 178eca9d786caa5249a29de5218638da9bf224c9 (patch) | |
tree | 9318c9c5c237fa2091930799b3d909a1ea421164 /src/ft_get_colors.c | |
parent | Got sprite (diff) | |
download | 42-cub3d-178eca9d786caa5249a29de5218638da9bf224c9.tar.gz 42-cub3d-178eca9d786caa5249a29de5218638da9bf224c9.tar.bz2 42-cub3d-178eca9d786caa5249a29de5218638da9bf224c9.tar.xz 42-cub3d-178eca9d786caa5249a29de5218638da9bf224c9.tar.zst 42-cub3d-178eca9d786caa5249a29de5218638da9bf224c9.zip |
Good for now, I'll continue later
Diffstat (limited to 'src/ft_get_colors.c')
-rw-r--r-- | src/ft_get_colors.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ft_get_colors.c b/src/ft_get_colors.c index 750ebed..1b67447 100644 --- a/src/ft_get_colors.c +++ b/src/ft_get_colors.c @@ -15,7 +15,7 @@ ft_check_digits(const char *word) return (0); } -static int +int ft_get_f_color(char *line, char **words, t_cub *clist) { char **num; @@ -42,7 +42,7 @@ ft_get_f_color(char *line, char **words, t_cub *clist) return (0); } -static int +int ft_get_c_color(char *line, char **words, t_cub *clist) { char **num; |