summaryrefslogtreecommitdiff
path: root/src/render/modernopenglgraphics.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-06-12 20:15:49 +0300
committerAndrei Karas <akaras@inbox.ru>2014-06-12 20:15:49 +0300
commitf6de528baf6b3cfc82971352da566a9d750664b8 (patch)
treebd46d830c0e6b8f5274336cbee4cf4044cef8f35 /src/render/modernopenglgraphics.cpp
parent19d9c94b2c0fc5585fdba7aa0b7756be1be88f40 (diff)
downloadplus-f6de528baf6b3cfc82971352da566a9d750664b8.tar.gz
plus-f6de528baf6b3cfc82971352da566a9d750664b8.tar.bz2
plus-f6de528baf6b3cfc82971352da566a9d750664b8.tar.xz
plus-f6de528baf6b3cfc82971352da566a9d750664b8.zip
In modernopengl add drawimagerect function.
Diffstat (limited to 'src/render/modernopenglgraphics.cpp')
-rw-r--r--src/render/modernopenglgraphics.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/modernopenglgraphics.cpp b/src/render/modernopenglgraphics.cpp
index e92002e92..bf79e667d 100644
--- a/src/render/modernopenglgraphics.cpp
+++ b/src/render/modernopenglgraphics.cpp
@@ -996,6 +996,7 @@ void ModernOpenGLGraphics::drawImageRect(const int x, const int y,
const int w, const int h,
const ImageRect &imgRect)
{
+ #include "render/graphics_drawImageRect.hpp"
}
void ModernOpenGLGraphics::calcImageRect(ImageVertexes *const vert,