From 08f911af478cb3bbede503a3e704b61da713b74e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 19 Jul 2012 21:32:43 +0300 Subject: Rename openglgraphics to normalopenglgraphics. --- src/graphicsvertexes.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/graphicsvertexes.h') diff --git a/src/graphicsvertexes.h b/src/graphicsvertexes.h index 70ba4847b..b44f69179 100644 --- a/src/graphicsvertexes.h +++ b/src/graphicsvertexes.h @@ -34,7 +34,7 @@ #include #include "safeopenglgraphics.h" -#include "openglgraphics.h" +#include "normalopenglgraphics.h" #endif #include @@ -65,12 +65,12 @@ class SafeOpenGLGraphicsVertexes { }; -class OpenGLGraphicsVertexes +class NormalOpenGLGraphicsVertexes { public: - OpenGLGraphicsVertexes(); + NormalOpenGLGraphicsVertexes(); - ~OpenGLGraphicsVertexes(); + ~NormalOpenGLGraphicsVertexes(); GLfloat *switchFloatTexArray(); @@ -131,7 +131,7 @@ class ImageVertexes DoubleRects sdl; #ifdef USE_OPENGL - OpenGLGraphicsVertexes *ogl; + NormalOpenGLGraphicsVertexes *ogl; #endif }; @@ -149,7 +149,7 @@ class GraphicsVertexes #ifdef USE_OPENGL // SafeOpenGLGraphicsVertexes ogl1[5]; - OpenGLGraphicsVertexes ogl[5]; + NormalOpenGLGraphicsVertexes ogl[5]; #endif void init(int x, int y, int w, int h); @@ -167,7 +167,7 @@ class GraphicsVertexes { mPtr = num; } #ifdef USE_OPENGL - OpenGLGraphicsVertexes* getOGL() + NormalOpenGLGraphicsVertexes* getOGL() { return &ogl[mPtr]; } #endif -- cgit v1.2.3-60-g2f50