From 6179a227cd19596894383e04d18dca5822682c34 Mon Sep 17 00:00:00 2001 From: whaffman Date: Tue, 4 Feb 2025 16:16:37 +0100 Subject: [PATCH] create allowed functions header --- inc/allowed.h | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 inc/allowed.h diff --git a/inc/allowed.h b/inc/allowed.h new file mode 100644 index 0000000..2003010 --- /dev/null +++ b/inc/allowed.h @@ -0,0 +1,34 @@ +/* ************************************************************************** */ +/* */ +/* :::::::: */ +/* allowed.h :+: :+: */ +/* +:+ */ +/* By: whaffman +#+ */ +/* +#+ */ +/* Created: 2025/02/04 16:13:11 by whaffman #+# #+# */ +/* Updated: 2025/02/04 16:13:12 by whaffman ######## odam.nl */ +/* */ +/* ************************************************************************** */ + +#ifndef ALLOWED_H +# define ALLOWED_H + +# include +# include +# include +# include +# include +# include +# include +# include +# include +# include +# include +# include +# include +# include + +# include +# include + +#endif // ALLOWED_H