diff options
Diffstat (limited to 'src/graphics.h')
-rw-r--r-- | src/graphics.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/graphics.h b/src/graphics.h index 4c47e690d..7fab02cbb 100644 --- a/src/graphics.h +++ b/src/graphics.h @@ -105,6 +105,11 @@ class Graphics : public gcn::SDLGraphics bool setFullscreen(bool fs); /** + * Resize the window to the specified size. + */ + bool resize(int width, int height); + + /** * Blits an image onto the screen. * * @return <code>true</code> if the image was blitted properly |