diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-06-20 19:30:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-06-20 19:30:26 +0300 |
commit | 3252fd4454419f7576390dea6157897218a503d6 (patch) | |
tree | 564decf2ffeb8b5d61eb127e9b1adafee8a7aed5 /src/resources | |
parent | 5eee15f92592d51e4c4801e2668ef6a008b165e4 (diff) | |
download | plus-3252fd4454419f7576390dea6157897218a503d6.tar.gz plus-3252fd4454419f7576390dea6157897218a503d6.tar.bz2 plus-3252fd4454419f7576390dea6157897218a503d6.tar.xz plus-3252fd4454419f7576390dea6157897218a503d6.zip |
Fix compilation fboinfo.h
Diffstat (limited to 'src/resources')
-rw-r--r-- | src/resources/fboinfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/fboinfo.h b/src/resources/fboinfo.h index ebeecf4e8..4df115395 100644 --- a/src/resources/fboinfo.h +++ b/src/resources/fboinfo.h @@ -23,6 +23,8 @@ #ifdef USE_OPENGL +#include "localconsts.h" + #ifdef ANDROID #include <GLES/gl.h> #include <GLES/glext.h> @@ -38,8 +40,6 @@ PRAGMA48(GCC diagnostic pop) #endif // defined(__APPLE__) #endif // ANDROID -#include "localconsts.h" - struct FBOInfo final { constexpr2 FBOInfo() : |