dev: norm
This commit is contained in:
parent
7684e02cc5
commit
54f61ee4b0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue