[Refactor] (...): Optimize code file structure.

This commit is contained in:
BZLZHH
2025-05-01 09:22:50 +08:00
parent 8ab90e8e60
commit 04976daa9f
35 changed files with 65 additions and 66 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ struct MG_State_T {
static TextureState* textureState;
static CommonState* commonState;
};
namespace MG_State {
extern MG_State_T* MG_State_O;