diff options
Diffstat (limited to 'src/render/normalopenglgraphics.h')
-rw-r--r-- | src/render/normalopenglgraphics.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/render/normalopenglgraphics.h b/src/render/normalopenglgraphics.h index 4bd02de51..187ca7d2d 100644 --- a/src/render/normalopenglgraphics.h +++ b/src/render/normalopenglgraphics.h @@ -82,12 +82,16 @@ class NormalOpenGLGraphics 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 #include "render/openglgraphicsdefadvanced.hpp" + RENDER_OPENGLGRAPHICSDEFADVANCED_HPP #ifdef DEBUG_BIND_TEXTURE unsigned int getBinds() const restrict2 noexcept2 |