diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-26 15:24:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-26 15:24:59 +0300 |
commit | 7d613787059471c8e7323afd80d3d3f5764a2620 (patch) | |
tree | 556b3aadaab1024e55bc0e9cbc7e46062284df95 /src/render/mobileopenglgraphics.cpp | |
parent | efd0e0d1bdbaf5a5d5ff469a5fd7efdf9db446be (diff) | |
download | plus-7d613787059471c8e7323afd80d3d3f5764a2620.tar.gz plus-7d613787059471c8e7323afd80d3d3f5764a2620.tar.bz2 plus-7d613787059471c8e7323afd80d3d3f5764a2620.tar.xz plus-7d613787059471c8e7323afd80d3d3f5764a2620.zip |
Move graphicsvertexes into render/vertexes.
Diffstat (limited to 'src/render/mobileopenglgraphics.cpp')
-rw-r--r-- | src/render/mobileopenglgraphics.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/render/mobileopenglgraphics.cpp b/src/render/mobileopenglgraphics.cpp index 20d8f3661..b3aca8ed8 100644 --- a/src/render/mobileopenglgraphics.cpp +++ b/src/render/mobileopenglgraphics.cpp @@ -24,7 +24,6 @@ #include "render/mobileopenglgraphics.h" -#include "graphicsvertexes.h" #include "logger.h" #include "render/opengl/mgl.h" @@ -32,6 +31,8 @@ #include "render/opengl/naclglfunctions.h" #endif +#include "render/vertexes/graphicsvertexes.h" + #include "resources/image.h" #include "resources/imagerect.h" #include "resources/openglimagehelper.h" |