diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-08 21:48:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-11 18:15:54 +0300 |
commit | 5f23fe21b29083922dab55feb33258f3f855ca9e (patch) | |
tree | 09637f98663093435066a6436b931612c4a53d82 /src/render/mobileopenglgraphics.h | |
parent | 167fe73b9dde166cc84927262cdd8c20ed2f4ac4 (diff) | |
download | mv-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/mobileopenglgraphics.h')
-rw-r--r-- | src/render/mobileopenglgraphics.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/mobileopenglgraphics.h b/src/render/mobileopenglgraphics.h index 657581ac1..5011bae9e 100644 --- a/src/render/mobileopenglgraphics.h +++ b/src/render/mobileopenglgraphics.h @@ -55,6 +55,8 @@ class MobileOpenGLGraphics final : public Graphics ~MobileOpenGLGraphics(); + void postInit() override final; + inline void drawTriangleArrayfs(const GLshort *const shortVertArray, const GLfloat *const floatTexArray, const int size); @@ -65,8 +67,6 @@ class MobileOpenGLGraphics final : public Graphics inline void drawLineArrays(const int size); - void postInit() override final; - #include "render/graphicsdef.hpp" #include "render/openglgraphicsdef1.hpp" |