fix GLES2+SDL build

This commit is contained in:
Flyinghead 2020-05-09 18:20:56 +02:00
parent b907aa2d98
commit 5b1d093778
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@
#include <GLES32/gl2ext.h>
#ifndef GLES2
#include "gl32funcs.h"
#else
extern "C" void load_gles_symbols();
#endif
#endif
#include "gl_context.h"