diff options
author | Dominick Allen <djallen@librehumanitas.org> | 2024-09-23 07:36:16 -0500 |
---|---|---|
committer | Dominick Allen <djallen@librehumanitas.org> | 2024-09-23 07:36:16 -0500 |
commit | 0b860bb5dd6d2007db605291d239a6a9d41f57d1 (patch) | |
tree | fab140e03a3665236503d1405de9d33ba58ccc4a /include/libfud.hpp | |
parent | 7da829d48f9059c83ab9cada2c850621e8bbd3f3 (diff) |
Installable library.
Diffstat (limited to 'include/libfud.hpp')
-rw-r--r-- | include/libfud.hpp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/include/libfud.hpp b/include/libfud.hpp index be840a4..ceb1b20 100644 --- a/include/libfud.hpp +++ b/include/libfud.hpp @@ -18,8 +18,28 @@ #ifndef LIBFUD_HPP #define LIBFUD_HPP +#include "fud_status.hpp" // IWYU pragma: export + #include "fud_result.hpp" // IWYU pragma: export +#include "fud_memory.hpp" // IWYU pragma: export + +#include "fud_assert.hpp" // IWYU pragma: export + +#include "fud_array.hpp" // IWYU pragma: export + +#include "fud_c_file.hpp" // IWYU pragma: export + +#include "fud_fud_type_traits.hpp" // IWYU pragma: export + +#include "fud_string.hpp" // IWYU pragma: export + +#include "fud_unique_array.hpp" // IWYU pragma: export + +#include "fud_utf8.hpp" // IWYU pragma: export + +#include "fud_utf8_iterator.hpp" // IWYU pragma: export + namespace fud { void fud(); |