diff options
Diffstat (limited to 'gui/newgui.h')
-rw-r--r-- | gui/newgui.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/newgui.h b/gui/newgui.h index bdff549838..5724499ec6 100644 --- a/gui/newgui.h +++ b/gui/newgui.h @@ -127,6 +127,9 @@ public: // Font const Graphics::Font &getFont() const; + + // Screen surface + Graphics::Surface &getScreen() { return _screen; } // Drawing primitives void box(int x, int y, int width, int height, OverlayColor colorA, OverlayColor colorB); |