diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-10-25 21:43:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-10-26 13:48:26 +0300 |
commit | 9abb51fce0cca32ebe267c4797363d99520c2a0a (patch) | |
tree | e0a22c5dc699fdd0f85d04ff1aa96196cc8d43ac /src/normalopenglgraphics.h | |
parent | 5ff486002243e1481e6686494a85480a85220451 (diff) | |
download | plus-9abb51fce0cca32ebe267c4797363d99520c2a0a.tar.gz plus-9abb51fce0cca32ebe267c4797363d99520c2a0a.tar.bz2 plus-9abb51fce0cca32ebe267c4797363d99520c2a0a.tar.xz plus-9abb51fce0cca32ebe267c4797363d99520c2a0a.zip |
Add initial version of mobile OpenGL backend.
Diffstat (limited to 'src/normalopenglgraphics.h')
-rw-r--r-- | src/normalopenglgraphics.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/normalopenglgraphics.h b/src/normalopenglgraphics.h index 35bdf557e..144a5b3ee 100644 --- a/src/normalopenglgraphics.h +++ b/src/normalopenglgraphics.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef OPENGLGRAPHICS_H -#define OPENGLGRAPHICS_H +#ifndef NORMALOPENGLGRAPHICS_H +#define NORMALOPENGLGRAPHICS_H #include "main.h" #ifdef USE_OPENGL @@ -206,6 +206,6 @@ class NormalOpenGLGraphics final : public Graphics }; #endif -extern unsigned int vertexBufSize; +//extern unsigned int vertexBufSize; #endif |