summaryrefslogtreecommitdiff
path: root/src/resources/image.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-10 00:47:16 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-10 01:33:59 +0300
commit07daba6efa05a59271ce4173a2b500b27773e523 (patch)
treedf90c3f8fecd71915779d6eccc9d1936f0d3aec0 /src/resources/image.h
parent70700509ee969b58c6110310f5a962dcff854d6e (diff)
downloadmv-07daba6efa05a59271ce4173a2b500b27773e523.tar.gz
mv-07daba6efa05a59271ce4173a2b500b27773e523.tar.bz2
mv-07daba6efa05a59271ce4173a2b500b27773e523.tar.xz
mv-07daba6efa05a59271ce4173a2b500b27773e523.zip
Copy modernopengl into mobileopengl2 backend.
In future it will be reworked into OpenGL ES 2.
Diffstat (limited to 'src/resources/image.h')
-rw-r--r--src/resources/image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/image.h b/src/resources/image.h
index 0484f52b7..804df4c2e 100644
--- a/src/resources/image.h
+++ b/src/resources/image.h
@@ -67,6 +67,7 @@ class Image notfinal : public Resource
friend class TestLauncher;
#ifdef USE_OPENGL
friend class AtlasManager;
+ friend class MobileOpenGL2Graphics;
friend class MobileOpenGLGraphics;
friend class ModernOpenGLGraphics;
friend class NormalOpenGLGraphics;