Allow building the game engine with core profile

Note: This is not about functionality, but about using the same stub file
we are using in Blender for the game engine.
This commit is contained in:
Dalai Felinto
2017-05-11 15:53:09 +02:00
parent d58310fe37
commit bde45b5ae7
26 changed files with 25 additions and 27 deletions

View File

@@ -30,7 +30,7 @@
* \ingroup ketsji
*/
#include "glew-mx.h"
#include "GPU_glew.h"
#ifdef _MSC_VER
# pragma warning (disable:4786)