linux-wallpaperengine/wallpaperengine/config.cpp
Alexis Maiquez Murcia fe7870de40 ~ Better path resolving handling
+ Possibility to resolve paths from json data (duh weird conversions...)

Signed-off-by: Alexis Maiquez Murcia <almamu@almamu.com>
2018-07-06 14:41:15 +02:00

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;
}
}