mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-07 19:58:32 +09:00
17 lines
298 B
C++
17 lines
298 B
C++
//
|
|
// Created by BZLZHH on 2025/3/15.
|
|
//
|
|
|
|
#ifndef MOBILEGL_BACKENDINFO_H
|
|
#define MOBILEGL_BACKENDINFO_H
|
|
|
|
#include "../../../../Includes.h"
|
|
|
|
namespace MG_GL::Getter {
|
|
const std::string GetBackendName();
|
|
const std::string GetMGName();
|
|
void LogMGInfo();
|
|
}
|
|
|
|
#endif //MOBILEGL_BACKENDINFO_H
|