feat: added a function called blank to fill in the struct with known file for Raycast dev
This commit is contained in:
parent
e4d2dfda21
commit
97f2e348c9
3 changed files with 65 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue