diff options
Diffstat (limited to 'src/render/sdlgraphics.h')
-rw-r--r-- | src/render/sdlgraphics.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/sdlgraphics.h b/src/render/sdlgraphics.h index 30cc3c876..6088da8a7 100644 --- a/src/render/sdlgraphics.h +++ b/src/render/sdlgraphics.h @@ -181,6 +181,8 @@ class SDLGraphics final : public Graphics void inline calcTileVertexesInline(ImageVertexes *const vert, const Image *const image, int x, int y) const; + bool inline drawImageInline(const Image *const image, + int dstX, int dstY); }; #endif // USE_SDL2 |