|
|
|
@ -1,9 +1,7 @@ |
|
|
|
#pragma once |
|
|
|
#pragma once |
|
|
|
#include <experimental/filesystem> |
|
|
|
#include <fs.hpp> |
|
|
|
#include <json.hpp> |
|
|
|
#include <json.hpp> |
|
|
|
|
|
|
|
|
|
|
|
namespace fs = std::experimental::filesystem; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class config : public json { |
|
|
|
class config : public json { |
|
|
|
static fs::path &get_config_path(); |
|
|
|
static fs::path &get_config_path(); |
|
|
|
void create_config_directory(); |
|
|
|
void create_config_directory(); |
|
|
|
|