Put some preprocessor macros to prevent unsupported GLES calls

This commit is contained in:
Lucas Baudin
2016-02-25 13:56:43 +01:00
parent 02808cdfd0
commit 368a230ed7
14 changed files with 165 additions and 11 deletions
+1
View File
@@ -22,6 +22,7 @@
#include "graphics/camera.hpp"
#include "graphics/central_settings.hpp"
#include "graphics/glwrap.hpp"
#include "graphics/gl_headers.hpp"
#include "graphics/irr_driver.hpp"
#include "graphics/mlaa_areamap.hpp"
#include "graphics/shaders.hpp"