diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/fractol.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/include/fractol.h b/include/fractol.h new file mode 100644 index 0000000..61b8e68 --- /dev/null +++ b/include/fractol.h @@ -0,0 +1,19 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* fractol.h :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2020/02/24 09:28:16 by cacharle #+# #+# */ +/* Updated: 2020/02/24 09:31:55 by cacharle ### ########.fr */ +/* */ +/* ************************************************************************** */ + +#ifndef FRACTOL_H +# define FRACTOL_H + +# include "mlx.h" +# include "libft.h" + +#endif |
