summaryrefslogtreecommitdiff
path: root/src/guiEngine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/guiEngine.h')
-rw-r--r--src/guiEngine.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/guiEngine.h b/src/guiEngine.h
index 7f35949d1..0be8634dd 100644
--- a/src/guiEngine.h
+++ b/src/guiEngine.h
@@ -188,6 +188,9 @@ private:
/** handler to limit frame rate within main menu */
void limitFrameRate();
+ /** update size of topleftext element */
+ void updateTopLeftTextSize();
+
/** device to draw at */
irr::IrrlichtDevice* m_device;
/** parent gui element */