diff options
Diffstat (limited to 'src/wallpaper.hpp')
| -rw-r--r-- | src/wallpaper.hpp | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/wallpaper.hpp b/src/wallpaper.hpp deleted file mode 100644 index 0cad473..0000000 --- a/src/wallpaper.hpp +++ /dev/null @@ -1,24 +0,0 @@ -/** - * @file wallpaper.hpp - * @author Felix Morgner (felix.morgner@gmail.com) - * @since 1.0.0 - */ - -#ifndef WANDA_WALLPAPER_HPP -#define WANDA_WALLPAPER_HPP - -#include <spdlog/sinks/null_sink.h> -#include <spdlog/spdlog.h> - -#include <filesystem> -#include <memory> - -namespace wanda -{ - /** - * @brief Set the wallpaper to the file specified by the given path - */ - void set_wallpaper(std::filesystem::path wallpaper); -} // namespace wanda - -#endif
\ No newline at end of file |
