[Improvement] (HeaderSystem): Optimize header system, highly improving performance.

This commit is contained in:
BZLZHH
2025-07-10 14:01:09 +08:00
parent 833679e58a
commit 59e0291f9e
56 changed files with 52 additions and 199 deletions
@@ -2,7 +2,7 @@
// Created by Swung 0x48 on 2025/6/20.
//
#include "GLXFuncsDefinitions.h"
#include "../../../../Includes.h"
MG_EXPORT void* glXGetProcAddress(const char *name) {
return MG_GL::GLX::GetProcAddress(name);