mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-12 06:08:30 +09:00
7 lines
139 B
C++
7 lines
139 B
C++
#include <Includes.h>
|
|
|
|
namespace MobileGL {
|
|
namespace MG_Impl {
|
|
void Init();
|
|
} // namespace MG_Impl
|
|
} // namespace MobileGL
|