v1.0.2 normed includes, removed and swapped include mlx_functions file to mlx.h in minilibx-linux

This commit is contained in:
B.Goulard 2024-12-16 15:44:46 +01:00
parent e14340f124
commit 29b932b948
9 changed files with 43 additions and 336 deletions

View file

@ -12,7 +12,7 @@
#include "cub3d_struct.h"
#include "ft_string.h"
#include "mlx_functions.h"
#include "mlx.h"
static void cleanup_cli(t_cli *cli_ctx)
{

View file

@ -13,7 +13,7 @@
#include "cub3d.h"
#include "cub3d_struct.h"
#include "ft_string.h"
#include "mlx_functions.h"
#include "mlx.h"
#include <fcntl.h>
#include <stdio.h>