blob: ae7209d282b2049caa4c998c52f2f70e4ce93b33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/**
* @author Felix Morgner (felix.morgner@gmail.com)
* @copyright Copyright (c) 2025
* SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifndef LIBADWAITAMM_WRAP_INIT_HPP
#define LIBADWAITAMM_WRAP_INIT_HPP
namespace Adwaita
{
auto wrap_init() -> void;
} // namespace Adwaita
#endif
|