tiny change

This commit is contained in:
NishiOwO
2025-12-19 01:36:37 +09:00
parent 72fbba1a74
commit 012650f06f

View File

@@ -9,12 +9,14 @@
#include <Mw/TypeDefs.h>
#include <Mw/Core.h>
#ifndef __gl_h_
#ifdef _WIN32
#include <windows.h>
#else
#include <GL/glx.h>
#endif
#include <GL/gl.h>
#endif
#ifndef GLAPIENTRY
#define GLAPIENTRY APIENTRY