From d1447a2796da7c505845d314492e044fffc62f9f Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Thu, 12 May 2022 17:04:49 +0200 Subject: [PATCH] created header file including all others --- include/why2.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 include/why2.h diff --git a/include/why2.h b/include/why2.h new file mode 100644 index 0000000..4bfde2f --- /dev/null +++ b/include/why2.h @@ -0,0 +1,9 @@ +#ifndef WHY2_WHY2_H +#define WHY2_WHY2_H + +#include +#include +#include +#include + +#endif \ No newline at end of file