mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-09 20:58:31 +09:00
[Improvement] (HeaderSystem): Optimize header system, highly improving performance.
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -5,6 +5,4 @@
|
||||
#ifndef MOBILEGL_GLX_FUNCS_DEFINITIONS_H
|
||||
#define MOBILEGL_GLX_FUNCS_DEFINITIONS_H
|
||||
|
||||
#include "../../../../Includes.h"
|
||||
|
||||
#endif //MOBILEGL_GLX_FUNCS_DEFINITIONS_H
|
||||
|
||||
Reference in New Issue
Block a user