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

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