diff --git a/srcs/add_to_list.c b/add_to_list.c similarity index 96% rename from srcs/add_to_list.c rename to add_to_list.c index a3af572..371646a 100644 --- a/srcs/add_to_list.c +++ b/add_to_list.c @@ -6,11 +6,11 @@ /* By: hulamy +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/04/14 15:20:53 by hulamy #+# #+# */ -/* Updated: 2019/04/15 00:07:50 by hulamy ### ########.fr */ +/* Updated: 2019/04/15 00:24:25 by hulamy ### ########.fr */ /* */ /* ************************************************************************** */ -#include "../includes/fillit.h" +#include "fillit.h" #include diff --git a/fillit.h b/fillit.h index 4031d87..e674e97 100644 --- a/fillit.h +++ b/fillit.h @@ -6,7 +6,7 @@ /* By: vmanzoni +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/03/01 13:34:46 by vmanzoni #+# #+# */ -/* Updated: 2019/04/15 00:14:19 by hulamy ### ########.fr */ +/* Updated: 2019/04/15 00:26:08 by hulamy ### ########.fr */ /* */ /* ************************************************************************** */ @@ -37,6 +37,7 @@ void print_error(char *s); int check_file_errors(char *file); int check_tetri_errors(char *tetri); int check_tetri_errors2(char *tetri); +int add_to_list(char **square); typedef struct s_fillist { diff --git a/includes/.fillit.h.swp b/includes/.fillit.h.swp deleted file mode 100644 index e736c25..0000000 Binary files a/includes/.fillit.h.swp and /dev/null differ diff --git a/srcs/.add_to_list.c.swp b/srcs/.add_to_list.c.swp deleted file mode 100644 index ef2025a..0000000 Binary files a/srcs/.add_to_list.c.swp and /dev/null differ diff --git a/srcs/a.out b/srcs/a.out deleted file mode 100755 index 04aa84c..0000000 Binary files a/srcs/a.out and /dev/null differ