-
Notifications
You must be signed in to change notification settings - Fork 0
/
cub3d.h
27 lines (24 loc) · 1.13 KB
/
cub3d.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* cub3D.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: pfile <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/08/19 14:14:32 by pfile #+# #+# */
/* Updated: 2020/09/13 15:08:39 by pfile ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef CUB3D_H
# define CUB3D_H
# include <unistd.h>
# include <stdio.h>
# include <fcntl.h>
# include <string.h>
# include <math.h>
# include "get_next_line.h"
# include "mlx/mlx.h"
# include "libft/libft.h"
# include "funcs.h"
# include "defines.h"
#endif