summaryrefslogtreecommitdiff
path: root/src/render/nullopenglgraphics.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-17 19:00:09 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-17 19:00:09 +0300
commit7dfca4e04aba1a8c885b355e5fefb937e568435f (patch)
treed37928a2251c150c8481f571b0f26c92250867b3 /src/render/nullopenglgraphics.h
parentb1ca78834ca5f2fcc9d78d9eb9b22abf20392ffa (diff)
downloadplus-7dfca4e04aba1a8c885b355e5fefb937e568435f.tar.gz
plus-7dfca4e04aba1a8c885b355e5fefb937e568435f.tar.bz2
plus-7dfca4e04aba1a8c885b355e5fefb937e568435f.tar.xz
plus-7dfca4e04aba1a8c885b355e5fefb937e568435f.zip
Add some includes guards. Fix compilation for windows.
Diffstat (limited to 'src/render/nullopenglgraphics.h')
-rw-r--r--src/render/nullopenglgraphics.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/render/nullopenglgraphics.h b/src/render/nullopenglgraphics.h
index 20b0e1a16..920ee8fcc 100644
--- a/src/render/nullopenglgraphics.h
+++ b/src/render/nullopenglgraphics.h
@@ -76,12 +76,16 @@ class NullOpenGLGraphics final : public Graphics
inline void drawLineArrayf(const int size) restrict2 A_INLINE;
#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
private:
GLfloat *mFloatTexArray A_NONNULLPOINTER;