aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d_structs.h
diff options
context:
space:
mode:
authorRudy Bousset <rbousset@z2r5p6.le-101.fr>2020-02-14 18:47:19 +0100
committerRudy Bousset <rbousset@z2r5p6.le-101.fr>2020-02-14 18:47:19 +0100
commit8e6080e73661cc8747b21b1153e4336796575cf7 (patch)
tree2eaec487a73f9df1a69627cff23c42746f1b296e /inc/cub3d_structs.h
parentAdded turn around keys (diff)
download42-cub3d-8e6080e73661cc8747b21b1153e4336796575cf7.tar.gz
42-cub3d-8e6080e73661cc8747b21b1153e4336796575cf7.tar.bz2
42-cub3d-8e6080e73661cc8747b21b1153e4336796575cf7.tar.xz
42-cub3d-8e6080e73661cc8747b21b1153e4336796575cf7.tar.zst
42-cub3d-8e6080e73661cc8747b21b1153e4336796575cf7.zip
Norme is bav
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