[Feat] (Core): Add env config loader and refactor initialization entrypoints.

This commit is contained in:
BZLZHH
2026-02-21 22:08:55 +08:00
parent 7ccf858181
commit 9e90d9508b
10 changed files with 110 additions and 34 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
// SPDX-License-Identifier: LGPL-3.0-only
// End of Source File Header
#include "Init.h"
#include <Includes.h>
#include "GLImpl/Texture/ProxyTexture.h"
#include "GLImpl/Framebuffer/GL_Framebuffer.h"
-15
View File
@@ -1,15 +0,0 @@
// MobileGL - MobileGL/MG_Impl/Init.h
// Copyright (c) 2025-2026 MobileGL-Dev
// Licensed under the GNU Lesser General Public License v3.0:
// https://www.gnu.org/licenses/gpl-3.0.txt
// https://www.gnu.org/licenses/lgpl-3.0.txt
// SPDX-License-Identifier: LGPL-3.0-only
// End of Source File Header
#include <Includes.h>
namespace MobileGL {
namespace MG_Impl {
void Init();
} // namespace MG_Impl
} // namespace MobileGL