From 5f23fe21b29083922dab55feb33258f3f855ca9e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 8 Dec 2015 21:48:20 +0300 Subject: Add nacl gl init and nacl defines and includes in most files. --- src/render/mobileopenglgraphics.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/render/mobileopenglgraphics.h') 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" -- cgit v1.2.3-60-g2f50