From 11aae238907e52ca18e9aaca92790d343034aff2 Mon Sep 17 00:00:00 2001 From: Willem Haffmans Date: Fri, 2 May 2025 17:00:26 +0200 Subject: [PATCH] should be qoutes around not system includes --- inc/cub3d.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/inc/cub3d.h b/inc/cub3d.h index a3f325a..0523eb3 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -3,10 +3,10 @@ /* :::::::: */ /* cub3d.h :+: :+: */ /* +:+ */ -/* By: qmennen +#+ */ +/* By: whaffman +#+ */ /* +#+ */ /* Created: 2025/04/15 12:22:29 by qmennen #+# #+# */ -/* Updated: 2025/04/25 13:53:48 by whaffman ######## odam.nl */ +/* Updated: 2025/05/02 16:59:28 by whaffman ######## odam.nl */ /* */ /* ************************************************************************** */ @@ -33,9 +33,9 @@ # define NUM_KEYS 256 # define TILE_SIZE 16 -# include -# include -# include +# include "MLX42.h" +# include "allowed.h" +# include "libft.h" # include "types.h" # include "errors.h" # include "vec_math.h"