mirror of
https://github.com/minetest/irrlicht.git
synced 2025-06-28 06:20:21 +02:00
OpenGL3: Make sure mt_opengl is only included after GLAPI is defined
This commit is contained in:
@ -11,9 +11,9 @@
|
||||
#include "EDriverFeatures.h"
|
||||
#include "irrTypes.h"
|
||||
#include "os.h"
|
||||
#include <mt_opengl.h>
|
||||
|
||||
#include "Common.h"
|
||||
#include <mt_opengl.h> // must be after Common.h
|
||||
|
||||
#include "COGLESCoreExtensionHandler.h"
|
||||
|
||||
|
Reference in New Issue
Block a user