diff options
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" + |
