#ifndef WANDA_WALLPAPER_HPP #define WANDA_WALLPAPER_HPP #include #include #include #include namespace wanda { void set_wallpaper(std::filesystem::path wallpaper, std::shared_ptr logger); } // wanda #endif