Merge Core/Config/Config.h into Common/Config/Config.h

Allows code in Common to take advantage of the layered config logic.
This commit is contained in:
Michael Maltese
2017-07-09 16:17:36 -07:00
parent dcb4386008
commit 8b54ac225b
18 changed files with 117 additions and 151 deletions

View File

@ -7,7 +7,7 @@
#include <algorithm>
#include <vector>
#include "Core/Config/Config.h"
#include "Common/Config/Config.h"
#include "Core/Config/GraphicsSettings.h"
namespace ConfigLoaders