MYST3: Removed dependency on openGL
This commit is contained in:
parent
3d9c432478
commit
d05bfb30b7
5 changed files with 10 additions and 8 deletions
|
@ -29,7 +29,7 @@
|
|||
#include "common/rect.h"
|
||||
#include "common/textconsole.h"
|
||||
|
||||
#if !defined(USE_GLES2) && !defined(USE_OPENGL_SHADERS)
|
||||
#if defined(USE_OPENGL) && !defined(USE_GLES2) && !defined(USE_OPENGL_SHADERS)
|
||||
|
||||
#include "graphics/colormasks.h"
|
||||
#include "graphics/surface.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue