bug resolved + few edits

This commit is contained in:
Manzovince
2019-04-24 21:50:51 +02:00
parent 39a59058ba
commit 2bac429596
5 changed files with 21 additions and 23 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/23 16:19:19 by vmanzoni ### ########.fr */
/* Updated: 2019/04/24 21:42:27 by vmanzoni ### ########.fr */
/* */
/* ************************************************************************** */
@@ -38,11 +38,12 @@ typedef struct s_fillist
char *read_file(char *file);
void print_error(char *s);
void parse_input(char *input);
void parse_input(char *input, t_fillist *list);
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);
void print_bits(short line); //TO DELETE BEFORE EVAL
#endif