diff options
Diffstat (limited to 'src/render/mobileopenglgraphics.cpp')
-rw-r--r-- | src/render/mobileopenglgraphics.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/render/mobileopenglgraphics.cpp b/src/render/mobileopenglgraphics.cpp index caba7a9e9..75d13f9cd 100644 --- a/src/render/mobileopenglgraphics.cpp +++ b/src/render/mobileopenglgraphics.cpp @@ -30,6 +30,9 @@ #include "logger.h" #include "render/mgl.h" +#ifdef __native_client__ +#include "render/naclglfunctions.h" +#endif #include "resources/image.h" #include "resources/imagerect.h" @@ -867,6 +870,7 @@ void MobileOpenGLGraphics::calcWindow(ImageCollection *const vertCol, calcImageRect(vert, x, y, w, h, imgRect); } + void MobileOpenGLGraphics::updateScreen() { BLOCK_START("Graphics::updateScreen") |