aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d_structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/cub3d_structs.h')
-rw-r--r--inc/cub3d_structs.h18
1 files changed, 15 insertions, 3 deletions
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 <marvin@42.fr> +#+ +:+ +#+ */
+/* +#+#+#+#+#+ +#+ */
+/* 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