fix GLES2+SDL build
This commit is contained in:
parent
b907aa2d98
commit
5b1d093778
|
@ -28,6 +28,8 @@
|
||||||
#include <GLES32/gl2ext.h>
|
#include <GLES32/gl2ext.h>
|
||||||
#ifndef GLES2
|
#ifndef GLES2
|
||||||
#include "gl32funcs.h"
|
#include "gl32funcs.h"
|
||||||
|
#else
|
||||||
|
extern "C" void load_gles_symbols();
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#include "gl_context.h"
|
#include "gl_context.h"
|
||||||
|
|
Loading…
Reference in New Issue