mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-08 04:08:32 +09:00
10 lines
203 B
C++
10 lines
203 B
C++
//
|
|
// Created by BZLZHH on 2025/3/15.
|
|
//
|
|
|
|
#include "Includes.h"
|
|
|
|
__attribute__((constructor)) void MG_Initialize() {
|
|
MG_Util::Debug::LogInit();
|
|
MG_Util::Debug::LogI("MobileGL Initializing...");
|
|
} |