diff options
Diffstat (limited to 'src/render/safeopenglgraphics.h')
-rw-r--r-- | src/render/safeopenglgraphics.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/render/safeopenglgraphics.h b/src/render/safeopenglgraphics.h index 6de43109c..4541a8457 100644 --- a/src/render/safeopenglgraphics.h +++ b/src/render/safeopenglgraphics.h @@ -77,6 +77,10 @@ class SafeOpenGLGraphics final : public Graphics const int x, const int y, const int w, const int h) const; + void inline calcTileVertexesInline(ImageVertexes *const vert, + const Image *const image, + int x, int y) const; + bool mTexture; bool mIsByteColor; gcn::Color mByteColor; |