summaryrefslogtreecommitdiff
path: root/adw/include/adwaitamm/wrap_init.hpp
blob: 0e22a9b00ac9aefdaa28d716b26d15aa9b35d4dd (plain)
1
2
3
4
5
6
7
8
9
#ifndef LIBADWAITAMM_WRAP_INIT_HPP
#define LIBADWAITAMM_WRAP_INIT_HPP

namespace turns::adw
{
  auto wrap_init() -> void;
}  // namespace turns::adw

#endif