From 54f61ee4b07ac643736ee25dc1cb2b7e05439724 Mon Sep 17 00:00:00 2001 From: mcolonna Date: Tue, 19 Nov 2024 13:33:58 +0100 Subject: [PATCH] dev: norm --- include/map.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/map.h b/include/map.h index 6225673..a46d578 100644 --- a/include/map.h +++ b/include/map.h @@ -6,7 +6,7 @@ /* By: mcolonna +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/10/01 13:59:04 by mcolonna #+# #+# */ -/* Updated: 2024/11/18 14:26:30 by mcolonna ### ########.fr */ +/* Updated: 2024/11/19 13:25:42 by mcolonna ### ########.fr */ /* */ /* ************************************************************************** */ @@ -26,7 +26,7 @@ typedef enum e_map_wall WALL, } t_map_wall; -typedef struct s_player t_player; +typedef struct s_player t_player; /// @brief Represents a case of the map. typedef struct s_map_case