mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-08 12:18:30 +09:00
11 lines
151 B
C
11 lines
151 B
C
//
|
|
// Created by BZLZHH on 2025/3/15.
|
|
//
|
|
|
|
#ifndef MOBILEGL_GL_DEF_H
|
|
#define MOBILEGL_GL_DEF_H
|
|
|
|
#include "../../Includes.h"
|
|
|
|
#endif //MOBILEGL_GL_DEF_H
|