line ne se free pas

This commit is contained in:
H3XploR
2025-02-25 02:40:35 +01:00
parent f7e6dec6c4
commit 1faa437fd2
7 changed files with 8 additions and 11 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
/* By: yantoine <yantoine@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/02/13 20:02:36 by yantoine #+# #+# */
/* Updated: 2025/02/25 00:29:04 by yantoine ### ########.fr */
/* Updated: 2025/02/25 00:34:07 by yantoine ### ########.fr */
/* */
/* ************************************************************************** */
@@ -238,7 +238,7 @@ char **get_tokens_secure(t_scene scene, const int numObject,
int check_tokens(char **tokens, int expected);
int isdigit_token(char **tokens);
int have_extension(const char *line);
int check_if_max(t_scene scene, const int to_test, const int max);
int check_if_max(t_scene scene, const int to_test, const int max);
// Intersection
float intersect_cylinder(t_ray ray, t_cylinder cy, t_vec3 *hitNormal);