diff options
Diffstat (limited to 'include/turns/adw/wrap_init.hpp')
| -rw-r--r-- | include/turns/adw/wrap_init.hpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/turns/adw/wrap_init.hpp b/include/turns/adw/wrap_init.hpp new file mode 100644 index 0000000..5096736 --- /dev/null +++ b/include/turns/adw/wrap_init.hpp @@ -0,0 +1,9 @@ +#ifndef TURNS_ADW_WRAP_INIT_HPP +#define TURNS_ADW_WRAP_INIT_HPP + +namespace turns::adw +{ + auto wrap_init() -> void; +} // namespace turns::adw + +#endif
\ No newline at end of file |
