diff options
author | Rudy Bousset <rbousset@z2r5p6.le-101.fr> | 2020-02-14 18:47:19 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p6.le-101.fr> | 2020-02-14 18:47:19 +0100 |
commit | 8e6080e73661cc8747b21b1153e4336796575cf7 (patch) | |
tree | 2eaec487a73f9df1a69627cff23c42746f1b296e /inc/cub3d_structs.h | |
parent | Added turn around keys (diff) | |
download | 42-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.h | 18 |
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 |