[Fix] (...): Skip external libraries loading for MG_Test and MG_Bench.

This commit is contained in:
BZLZHH
2026-01-01 01:33:11 +08:00
parent 3714e275ab
commit da0e326534
10 changed files with 18 additions and 13 deletions
+1 -1
View File
@@ -9,6 +9,6 @@
#include "Includes.h"
namespace MobileGL {
void MG_Initialize();
void MG_Initialize(Bool loadExternalLibraries = true);
void MG_Destroy();
} // namespace MobileGL