Mana
|
#include "resources/wallpaper.h"
#include "configuration.h"
#include "utils/filesystem.h"
#include <algorithm>
#include <cstring>
#include <vector>
Go to the source code of this file.
Classes | |
struct | WallpaperData |
Functions | |
std::ostream & | operator<< (std::ostream &os, const WallpaperData &d) |
bool | wallpaperCompare (const WallpaperData &a, const WallpaperData &b) |
Comparison function that puts the largest wallpaper first. | |
|
inline |
Definition at line 39 of file wallpaper.cpp.
bool wallpaperCompare | ( | const WallpaperData & | a, |
const WallpaperData & | b | ||
) |
Comparison function that puts the largest wallpaper first.
Definition at line 79 of file wallpaper.cpp.