summaryrefslogtreecommitdiff
path: root/src/render/modernopenglgraphics.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-08 21:48:20 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-11 18:15:54 +0300
commit5f23fe21b29083922dab55feb33258f3f855ca9e (patch)
tree09637f98663093435066a6436b931612c4a53d82 /src/render/modernopenglgraphics.cpp
parent167fe73b9dde166cc84927262cdd8c20ed2f4ac4 (diff)
downloadmv-5f23fe21b29083922dab55feb33258f3f855ca9e.tar.gz
mv-5f23fe21b29083922dab55feb33258f3f855ca9e.tar.bz2
mv-5f23fe21b29083922dab55feb33258f3f855ca9e.tar.xz
mv-5f23fe21b29083922dab55feb33258f3f855ca9e.zip
Add nacl gl init and nacl defines and includes in most files.
Diffstat (limited to 'src/render/modernopenglgraphics.cpp')
-rw-r--r--src/render/modernopenglgraphics.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/render/modernopenglgraphics.cpp b/src/render/modernopenglgraphics.cpp
index e544254b4..8bfe30200 100644
--- a/src/render/modernopenglgraphics.cpp
+++ b/src/render/modernopenglgraphics.cpp
@@ -30,6 +30,9 @@
#include "logger.h"
#include "render/mgl.h"
+#ifdef __native_client__
+#include "render/naclglfunctions.h"
+#endif
#include "render/shaders/shaderprogram.h"
#include "render/shaders/shadersmanager.h"