dev: norm

This commit is contained in:
mcolonna 2024-11-19 13:33:58 +01:00
parent 7684e02cc5
commit 54f61ee4b0

View file

@ -6,7 +6,7 @@
/* By: mcolonna <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* 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