mirror of
https://github.com/minetest/irrlicht.git
synced 2024-11-05 01:40:44 +01:00
OpenGL3: Make sure mt_opengl is only included after GLAPI is defined
This commit is contained in:
parent
d4735ebc76
commit
bcc53e1e1a
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user