Archived
1
0

🏗️」 wip: parsing map nighty percent done

This commit is contained in:
Maelys
2024-09-11 22:20:37 +02:00
parent 7a8d4469d8
commit 18afe25807
6 changed files with 94 additions and 17 deletions

View File

@ -6,7 +6,7 @@
/* By: madumerg <madumerg@42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/09/04 21:33:35 by madumerg #+# #+# */
/* Updated: 2024/09/11 11:19:25 by madumerg ### ########.fr */
/* Updated: 2024/09/11 22:12:13 by madumerg ### ########.fr */
/* */
/* ************************************************************************** */
@ -43,4 +43,3 @@ int check_format_file(char *file)
return (1);
return (0);
}