diff options
Diffstat (limited to 'src/render/nullopenglgraphics.h')
-rw-r--r-- | src/render/nullopenglgraphics.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/render/nullopenglgraphics.h b/src/render/nullopenglgraphics.h index 26839bee3..1335bea3a 100644 --- a/src/render/nullopenglgraphics.h +++ b/src/render/nullopenglgraphics.h @@ -117,6 +117,10 @@ class NullOpenGLGraphics 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; + GLfloat *mFloatTexArray; GLint *mIntTexArray; GLint *mIntVertArray; |