From 7dfca4e04aba1a8c885b355e5fefb937e568435f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 17 Jun 2016 19:00:09 +0300 Subject: Add some includes guards. Fix compilation for windows. --- src/render/safeopenglgraphics.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/render/safeopenglgraphics.h') 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; -- cgit v1.2.3-60-g2f50