Bottle::load_config now checks ~/.local/share/cellar.json and compiled defaults (this commit is correct)

This commit is contained in:
Nicholas O'Connor
2017-07-05 14:39:48 -07:00
parent e2400b2908
commit d2f83c0d0f
2 changed files with 12 additions and 8 deletions

View File

@@ -9,6 +9,9 @@ using nlohmann::json;
namespace cellar {
namespace config {
json get_default_config();
extern json global_config;
extern json compiled_config;
}
}