diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2021-04-21 12:23:54 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2021-04-21 12:23:54 +0200 |
| commit | d9443c7fdf756212bb52ffc934b1166038bc2ad3 (patch) | |
| tree | cf31082457e159a7de9a5bb04f15edc598afddf5 /src/include/boucane.hpp | |
| parent | ca1e725b0dc9b10997897dd2ac6d44028601d9bb (diff) | |
Refactoring
Diffstat (limited to 'src/include/boucane.hpp')
| -rw-r--r-- | src/include/boucane.hpp | 11 |
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" + |
