CONFIGURE: More work on opengl flags

This commit is contained in:
Paweł Kołodziejski 2020-10-14 18:37:17 +02:00
parent 1ea8c9ef03
commit a37173807f
32 changed files with 116 additions and 122 deletions

View file

@ -28,7 +28,7 @@
#include "graphics/opengl/system_headers.h"
#include "math/glmath.h"
#if defined(USE_OPENGL_SHADERS)
#if defined(USE_OPENGL_SHADERS) || defined(USE_GLES2)
#include "engines/wintermute/base/gfx/opengl/base_render_opengl3d_shader.h"
#include "engines/wintermute/base/gfx/opengl/base_surface_opengl3d.h"