-
Notifications
You must be signed in to change notification settings - Fork 0
/
fractol.h
21 lines (18 loc) · 1017 Bytes
/
fractol.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* fracto.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: rhiguita <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/24 23:27:36 by rhiguita #+# #+# */
/* Updated: 2024/04/24 23:33:01 by rhiguita ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef FRACTOL_H
# define FRACTOL_H
# include <stdio.h>
# include <unistd.h>
# include "mlx/mlx.h"
int main(void);
#endif