diff options
Diffstat (limited to 'src/openglgraphics.h')
-rw-r--r-- | src/openglgraphics.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/openglgraphics.h b/src/openglgraphics.h index 3553cac3..0bee48b4 100644 --- a/src/openglgraphics.h +++ b/src/openglgraphics.h @@ -59,6 +59,13 @@ class OpenGLGraphics : public Graphics int x, int y, int w, int h); + /** + * Draw a pattern based on a rescaled version of the given image... + */ + void drawRescaledImagePattern(Image *image, + int x, int y, int w, int h, + int scaledWidth, int scaledHeight); + void updateScreen(); void _beginDraw(); |