#ifndef TURNS_ADW_WRAP_INIT_HPP #define TURNS_ADW_WRAP_INIT_HPP namespace turns::adw { auto wrap_init() -> void; } // namespace turns::adw #endif