diff options
author | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-03-09 19:28:45 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-03-09 19:28:45 +0100 |
commit | 0b14b6447562d2ce7814fc188c988fb1cbf890c2 (patch) | |
tree | e84889ea7edd1b3b4b6b072544e1a0f672a07243 /libft | |
parent | Merge branch 'shpritz' (diff) | |
download | 42-cub3d-0b14b6447562d2ce7814fc188c988fb1cbf890c2.tar.gz 42-cub3d-0b14b6447562d2ce7814fc188c988fb1cbf890c2.tar.bz2 42-cub3d-0b14b6447562d2ce7814fc188c988fb1cbf890c2.tar.xz 42-cub3d-0b14b6447562d2ce7814fc188c988fb1cbf890c2.tar.zst 42-cub3d-0b14b6447562d2ce7814fc188c988fb1cbf890c2.zip |
Norme is pretty bav
Diffstat (limited to 'libft')
-rw-r--r-- | libft/inc/libft.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libft/inc/libft.h b/libft/inc/libft.h index e3dae43..843e97c 100644 --- a/libft/inc/libft.h +++ b/libft/inc/libft.h @@ -30,7 +30,6 @@ typedef struct s_list struct s_list *next; } t_list; - typedef struct s_gnl { int fd; |