adding a print_tetri function in print.c for testing

This commit is contained in:
Manzovince
2019-04-30 19:51:28 +02:00
parent 5dd491ed52
commit 7b26fc7feb
4 changed files with 32 additions and 286 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/30 14:43:42 by vmanzoni ### ########.fr */
/* Updated: 2019/04/30 19:23:23 by vmanzoni ### ########.fr */
/* */
/* ************************************************************************** */
@@ -47,6 +47,7 @@ int check_tetri_errors_proxy(char *tetri);
int add_to_list(char *square, t_fillist **list);
void fill_list(char line[], t_fillist *list);
void print_bits(unsigned int bits, int size); //TO DELETE BEFORE EVAL
void print_tetri(unsigned int bits, int size); //TO DELETE BEFORE EVAL
void search_map(t_fillist *list);
void print_map(unsigned int *tab, int width, int height);