summaryrefslogtreecommitdiff
path: root/src/sdlgraphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdlgraphics.h')
-rw-r--r--src/sdlgraphics.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sdlgraphics.h b/src/sdlgraphics.h
index 0d078fdce..18a03a46a 100644
--- a/src/sdlgraphics.h
+++ b/src/sdlgraphics.h
@@ -137,6 +137,10 @@ class SDLGraphics : public Graphics
void drawLine(int x1, int y1, int x2, int y2) override;
+ bool setVideoMode(const int w, const int h, const int bpp,
+ const bool fs, const bool hwaccel,
+ const bool resize, const bool noFrame);
+
protected:
virtual bool drawImage2(const Image *const image,
int srcX, int srcY,