s'occuper des intersections

This commit is contained in:
H3XploR
2025-02-15 20:02:43 +01:00
parent d6a8c5cf31
commit 0bd320f204
10 changed files with 199 additions and 13 deletions
+2 -1
View File
@@ -6,7 +6,7 @@
/* By: yantoine <yantoine@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/02/14 01:41:17 by yantoine #+# #+# */
/* Updated: 2025/02/14 18:53:17 by yantoine ### ########.fr */
/* Updated: 2025/02/15 19:56:05 by yantoine ### ########.fr */
/* */
/* ************************************************************************** */
@@ -57,4 +57,5 @@ t_scene load_config(const char *filename)
free(line);
parsing_line(line, scene);
}
return (scene);
}