diff options
Diffstat (limited to 'src/render/mobileopenglgraphics.h')
-rw-r--r-- | src/render/mobileopenglgraphics.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/render/mobileopenglgraphics.h b/src/render/mobileopenglgraphics.h index 8a9341208..a428b138a 100644 --- a/src/render/mobileopenglgraphics.h +++ b/src/render/mobileopenglgraphics.h @@ -74,12 +74,16 @@ class MobileOpenGLGraphics final : public Graphics inline void drawLineArrays(const int size) restrict2 A_INLINE; #include "render/graphicsdef.hpp" + RENDER_GRAPHICSDEF_HPP #include "render/openglgraphicsdef1.hpp" + RENDER_OPENGLGRAPHICSDEF1_HPP #include "render/openglgraphicsdef.hpp" + RENDER_OPENGLGRAPHICSDEF_HPP #include "render/openglgraphicsdefadvanced.hpp" + RENDER_OPENGLGRAPHICSDEFADVANCED_HPP private: GLfloat *mFloatTexArray; |