From 9abb51fce0cca32ebe267c4797363d99520c2a0a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 25 Oct 2012 21:43:32 +0300 Subject: Add initial version of mobile OpenGL backend. --- src/normalopenglgraphics.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/normalopenglgraphics.h') 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 . */ -#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 -- cgit v1.2.3-60-g2f50