diff options
author | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-01-29 18:32:31 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-01-29 18:32:31 +0100 |
commit | d7be99a2cd8d35862bba45322691004e146b673c (patch) | |
tree | a221a8dc548edc2a72f770b20b1d074d3d848319 /src/ft_get_map_redo.c | |
parent | dur dur (diff) | |
download | 42-cub3d-d7be99a2cd8d35862bba45322691004e146b673c.tar.gz 42-cub3d-d7be99a2cd8d35862bba45322691004e146b673c.tar.bz2 42-cub3d-d7be99a2cd8d35862bba45322691004e146b673c.tar.xz 42-cub3d-d7be99a2cd8d35862bba45322691004e146b673c.tar.zst 42-cub3d-d7be99a2cd8d35862bba45322691004e146b673c.zip |
Changed names
Diffstat (limited to 'src/ft_get_map_redo.c')
-rw-r--r-- | src/ft_get_map_redo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ft_get_map_redo.c b/src/ft_get_map_redo.c index 004dd3d..869f432 100644 --- a/src/ft_get_map_redo.c +++ b/src/ft_get_map_redo.c @@ -33,7 +33,7 @@ ft_check_line(char *line, uint8_t l, t_cub *clist) } int -ft_get_first_line(char *line, t_cub *clist) +ft_get_map_first_line(char *line, t_cub *clist) { if (!line[0]) { @@ -49,7 +49,7 @@ ft_get_first_line(char *line, t_cub *clist) } int -ft_get_map(int fd, t_cub *clist) +ft_get_map_core(int fd, t_cub *clist) { int ret; |