From d654758ef63f6515d678ceaf77d63a2693e08fb7 Mon Sep 17 00:00:00 2001 From: Steve Cotton Date: Mon, 16 Mar 2009 20:46:21 +0000 Subject: Optimising OpenGLGraphics::drawImagePattern --- src/openglgraphics.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/openglgraphics.h') diff --git a/src/openglgraphics.h b/src/openglgraphics.h index 207d6725..a7181420 100644 --- a/src/openglgraphics.h +++ b/src/openglgraphics.h @@ -47,6 +47,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(); -- cgit v1.2.3-70-g09d2