From d9443c7fdf756212bb52ffc934b1166038bc2ad3 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 21 Apr 2021 12:23:54 +0200 Subject: Refactoring --- src/include/boucane.hpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/include/boucane.hpp (limited to 'src/include/boucane.hpp') diff --git a/src/include/boucane.hpp b/src/include/boucane.hpp new file mode 100644 index 0000000..d78db60 --- /dev/null +++ b/src/include/boucane.hpp @@ -0,0 +1,11 @@ +#pragma once + +#define VERSION_MAJOR 0 +#define VERSION_MINOR 1 +#define VERSION_PATH 0 + +#include "core/types.hpp" +#include "libs/math.hpp" +#include "libs/stdio.hpp" +#include "libs/string.hpp" + -- cgit v1.2.3