MYST3: Removed dependency on openGL

This commit is contained in:
Stefano Musumeci 2014-07-03 13:12:14 +02:00
parent 3d9c432478
commit d05bfb30b7
5 changed files with 10 additions and 8 deletions

View file

@ -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"