Cleaning modif + new file for parsing input

This commit is contained in:
Manzovince
2019-04-15 15:11:50 +02:00
parent 1456316e42
commit 15623fa6bb
6 changed files with 68 additions and 44 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/15 00:26:08 by hulamy ### ########.fr */
/* Updated: 2019/04/15 13:39:50 by vmanzoni ### ########.fr */
/* */
/* ************************************************************************** */
@@ -39,6 +39,10 @@ int check_tetri_errors(char *tetri);
int check_tetri_errors2(char *tetri);
int add_to_list(char **square);
/*
** STRUCTURE
*/
typedef struct s_fillist
{
int id;