Core: Move config enums to separate file.

These are a bit strewn about and there are constants that aren't
consistently used, which just adds confusion.
This commit is contained in:
Unknown W. Brackets
2018-06-16 18:42:31 -07:00
parent dc840c077d
commit b4496f1975
55 changed files with 129 additions and 49 deletions
+2
View File
@@ -31,6 +31,8 @@
#include "gfx_es2/gpu_features.h"
#include "math/math_util.h"
#include "thread/threadutil.h"
#include "Core/Config.h"
#include "Core/ConfigValues.h"
#include <string.h>
+1
View File
@@ -38,6 +38,7 @@ QTM_USE_NAMESPACE
#include "Common/GraphicsContext.h"
#include "Core/Core.h"
#include "Core/Config.h"
#include "Core/ConfigValues.h"
#include "Core/System.h"
#include "thin3d/thin3d_create.h"
#include "thin3d/GLRenderManager.h"