reorganise parse_input

This commit is contained in:
Hugo LAMY
2019-04-24 13:53:33 +02:00
parent ef84335727
commit 8d9afa579d
4 changed files with 31 additions and 28 deletions

View File

@@ -6,7 +6,7 @@
/* By: vmanzoni <vmanzoni@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/03/01 13:34:46 by vmanzoni #+# #+# */
/* Updated: 2019/04/24 13:02:34 by hulamy ### ########.fr */
/* Updated: 2019/04/24 13:46:32 by hulamy ### ########.fr */
/* */
/* ************************************************************************** */
@@ -44,6 +44,5 @@ int check_file_errors(char *file);
int check_tetri_errors(char *tetri);
int check_tetri_errors_proxy(char *tetri);
int add_to_list(char *square, t_fillist **list);
int fill_list(char *line, t_fillist *list);
#endif