mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-10 21:28:32 +09:00
15 lines
238 B
C++
15 lines
238 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();
|
|
}
|
|
|
|
#endif //MOBILEGL_BACKENDINFO_H
|