diff options
Diffstat (limited to 'src/openglgraphics.h')
-rw-r--r-- | src/openglgraphics.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/openglgraphics.h b/src/openglgraphics.h index 566d6252..469e1f53 100644 --- a/src/openglgraphics.h +++ b/src/openglgraphics.h @@ -46,6 +46,10 @@ class OpenGLGraphics : public Graphics int width, int height, bool useColor); + void drawImagePattern(Image *image, + int x, int y, + int w, int h); + void updateScreen(); void _beginDraw(); |