diff options
Diffstat (limited to 'src/wallpaper.hpp')
| -rw-r--r-- | src/wallpaper.hpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/wallpaper.hpp b/src/wallpaper.hpp new file mode 100644 index 0000000..6222557 --- /dev/null +++ b/src/wallpaper.hpp @@ -0,0 +1,14 @@ +#ifndef WANDA_WALLPAPER_HPP +#define WANDA_WALLPAPER_HPP + +#include <filesystem> + +namespace wanda +{ + +void set_wallpaper(std::filesystem::path wallpaper); + +} // wanda + + +#endif
\ No newline at end of file |
