Merge remote-tracking branch 'origin/master' into raph

This commit is contained in:
Raphael 2024-11-18 14:20:24 +01:00
commit 97dd0ac698
6 changed files with 99 additions and 3 deletions

View file

@ -6,7 +6,7 @@
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/10/30 16:30:26 by rparodi #+# #+# */
/* Updated: 2024/11/12 08:33:12 by bgoulard ### ########.fr */
/* Updated: 2024/11/13 06:56:05 by bgoulard ### ########.fr */
/* */
/* ************************************************************************** */
@ -20,6 +20,10 @@
# include <stdbool.h>
/// @brief Createsa a blank map for rapahael to test the raycasting
/// @note Dev only function.
void blank(t_info *info);
int init_mlx_env(t_info *info);
void cleanup_info(t_info *info);