From 8e6080e73661cc8747b21b1153e4336796575cf7 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Fri, 14 Feb 2020 18:47:19 +0100 Subject: Norme is bav --- inc/cub3d_structs.h | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'inc/cub3d_structs.h') diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index 08fc814..eab9b7e 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -1,5 +1,17 @@ -#ifndef CUB3D_STRUCTS_H -#define CUB3D_STRUCTS_H +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* cub3d_structs.h :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: rbousset +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/14 17:20:05 by rbousset #+# #+# */ +/* Updated: 2020/02/14 17:20:06 by rbousset ### ########lyon.fr */ +/* */ +/* ************************************************************************** */ + +# ifndef CUB3D_STRUCTS_H +# define CUB3D_STRUCTS_H typedef struct s_win { @@ -99,4 +111,4 @@ typedef struct s_cub struct s_rgb c_rgb; } t_cub; -#endif +# endif -- cgit v1.2.3