diff options
Diffstat (limited to 'src/render/safeopenglgraphics.h')
-rw-r--r-- | src/render/safeopenglgraphics.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/render/safeopenglgraphics.h b/src/render/safeopenglgraphics.h index f511db871..1805730fa 100644 --- a/src/render/safeopenglgraphics.h +++ b/src/render/safeopenglgraphics.h @@ -56,10 +56,13 @@ class SafeOpenGLGraphics final : public Graphics void testDraw() restrict2 override final; #include "render/graphicsdef.hpp" + RENDER_GRAPHICSDEF_HPP #include "render/openglgraphicsdef.hpp" + RENDER_OPENGLGRAPHICSDEF_HPP #include "render/openglgraphicsdef1.hpp" + RENDER_OPENGLGRAPHICSDEF1_HPP private: bool mTexture; |