XMake: Add automatic header order fix

This commit is contained in:
Jérôme Leclercq
2021-10-28 09:53:43 +02:00
parent f491ee1e38
commit 66206868cd
4 changed files with 198 additions and 25 deletions

View File

@@ -7,6 +7,8 @@
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_COREFUNCTIONS_HPP
#define NAZARA_OPENGLRENDERER_WRAPPER_COREFUNCTIONS_HPP
// no include reordering
#define GL_GLES_PROTOTYPES 0
#include <GLES3/gl32.h>
#include <GLES2/gl2ext.h>