mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-09-14 13:56:48 +08:00

+ Possibility to resolve paths from json data (duh weird conversions...) Signed-off-by: Alexis Maiquez Murcia <almamu@almamu.com>
15 lines
220 B
C++
15 lines
220 B
C++
//
|
|
// Created by almamu on 6/07/18.
|
|
//
|
|
|
|
#include "config.h"
|
|
|
|
namespace wp
|
|
{
|
|
namespace config
|
|
{
|
|
irr::io::path path::resources;
|
|
irr::io::path path::base;
|
|
irr::io::path path::shaders;
|
|
}
|
|
} |