solve merge

This commit is contained in:
LucasCodeur
2026-03-28 17:05:20 +01:00
parent 7140a17dab
commit 13dc0341fa
14 changed files with 134 additions and 31 deletions
+2 -1
View File
@@ -6,7 +6,7 @@
/* By: lud-adam <lud-adam@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2026/03/28 13:27:29 by lud-adam #+# #+# */
/* Updated: 2026/03/28 13:29:45 by lud-adam ### ########.fr */
/* Updated: 2026/03/28 15:26:01 by lud-adam ### ########.fr */
/* */
/* ************************************************************************** */
@@ -18,5 +18,6 @@
char *read_file(int fd);
int check_input(int fd);
void print_board(int *game_state, size_t nb_line);
int *fill_array(int fd, int size);
#endif