summaryrefslogtreecommitdiff
path: root/src/render/sdl2graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/sdl2graphics.h')
-rw-r--r--src/render/sdl2graphics.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/render/sdl2graphics.h b/src/render/sdl2graphics.h
index 91e789640..25a3a74b3 100644
--- a/src/render/sdl2graphics.h
+++ b/src/render/sdl2graphics.h
@@ -71,6 +71,10 @@ class SDLGraphics final : public Graphics
const int x, const int y,
const int w, const int h) override final;
+ void inline drawPatternInline(const Image *const image,
+ const int x, const int y,
+ const int w, const int h);
+
void drawRescaledPattern(const Image *const image,
const int x, const int y,
const int w, const int h,