18 lines
954 B
C
18 lines
954 B
C
/* ************************************************************************** */
|
|
/* */
|
|
/* ::: :::::::: */
|
|
/* main.h :+: :+: :+: */
|
|
/* +:+ +:+ +:+ */
|
|
/* By: mcolonna <marvin@42.fr> +#+ +:+ +#+ */
|
|
/* +#+#+#+#+#+ +#+ */
|
|
/* Created: 2024/10/31 17:19:59 by mcolonna #+# #+# */
|
|
/* Updated: 2024/10/31 17:55:11 by mcolonna ### ########.fr */
|
|
/* */
|
|
/* ************************************************************************** */
|
|
|
|
#ifndef MAIN_H
|
|
# define MAIN_H
|
|
|
|
# include "include.h"
|
|
|
|
#endif
|