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

namespace Adwaita
{
  auto wrap_init() -> void;
}  // namespace Adwaita

#endif