20 lines
965 B
C
20 lines
965 B
C
/* ************************************************************************** */
|
|
/* */
|
|
/* ::: :::::::: */
|
|
/* run.h :+: :+: :+: */
|
|
/* +:+ +:+ +:+ */
|
|
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
|
/* +#+#+#+#+#+ +#+ */
|
|
/* Created: 2024/07/11 17:23:24 by maiboyer #+# #+# */
|
|
/* Updated: 2024/07/11 17:38:05 by maiboyer ### ########.fr */
|
|
/* */
|
|
/* ************************************************************************** */
|
|
|
|
#ifndef RUN_H
|
|
#define RUN_H
|
|
|
|
#include "me/types.h"
|
|
|
|
|
|
|
|
#endif /* RUN_H */
|