diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-04-03 18:41:43 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-04-03 18:41:43 +0200 |
| commit | 7423eb56342bc58a5705ab55a50f1b08177afcf8 (patch) | |
| tree | cf538fa7c0a3c7f4d07f6aa7dc6def916e7407f4 /include/adwaitamm/wrap_init.hpp | |
| parent | 9b97aab3c81c29e9e3552e97d66a02beeb3790a5 (diff) | |
| download | libadwaitamm-7423eb56342bc58a5705ab55a50f1b08177afcf8.tar.xz libadwaitamm-7423eb56342bc58a5705ab55a50f1b08177afcf8.zip | |
adw: prepare files for extraction
Diffstat (limited to 'include/adwaitamm/wrap_init.hpp')
| -rw-r--r-- | include/adwaitamm/wrap_init.hpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/adwaitamm/wrap_init.hpp b/include/adwaitamm/wrap_init.hpp new file mode 100644 index 0000000..0e22a9b --- /dev/null +++ b/include/adwaitamm/wrap_init.hpp @@ -0,0 +1,9 @@ +#ifndef LIBADWAITAMM_WRAP_INIT_HPP +#define LIBADWAITAMM_WRAP_INIT_HPP + +namespace turns::adw +{ + auto wrap_init() -> void; +} // namespace turns::adw + +#endif
\ No newline at end of file |
