aboutsummaryrefslogtreecommitdiff
path: root/src/include/boucane.hpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2021-04-21 12:23:54 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2021-04-21 12:23:54 +0200
commitd9443c7fdf756212bb52ffc934b1166038bc2ad3 (patch)
treecf31082457e159a7de9a5bb04f15edc598afddf5 /src/include/boucane.hpp
parentca1e725b0dc9b10997897dd2ac6d44028601d9bb (diff)
Refactoring
Diffstat (limited to 'src/include/boucane.hpp')
-rw-r--r--src/include/boucane.hpp11
1 files changed, 11 insertions, 0 deletions
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"
+