summaryrefslogtreecommitdiff
path: root/src/render/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/graphics.h')
-rw-r--r--src/render/graphics.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/graphics.h b/src/render/graphics.h
index eec6e4c9d..3d6a9fa62 100644
--- a/src/render/graphics.h
+++ b/src/render/graphics.h
@@ -267,6 +267,8 @@ class Graphics : public gcn::Graphics
*/
virtual void updateScreen() = 0;
+ void setWindowSize(const int width, const int height);
+
/**
* Returns the width of the screen.
*/