update norme

This commit is contained in:
H3XploR
2025-02-18 20:46:32 +01:00
parent 1fd8b192c0
commit 1ecd5c5658
12 changed files with 83 additions and 62 deletions
+3 -2
View File
@@ -6,12 +6,12 @@
/* By: yantoine <yantoine@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/02/17 23:16:21 by yantoine #+# #+# */
/* Updated: 2025/02/18 17:03:05 by yantoine ### ########.fr */
/* Updated: 2025/02/18 20:44:33 by yantoine ### ########.fr */
/* */
/* ************************************************************************** */
#include "miniRT.h"
/*
void print_light(t_light light)
{
printf("Position : ");
@@ -92,3 +92,4 @@ void print_scene(t_scene scene)
i++;
}
}
*/