From dceb9f7d6058785cf60d9dbcc8eecdcee1053412 Mon Sep 17 00:00:00 2001 From: sapier Date: Sun, 23 Nov 2014 13:40:43 +0100 Subject: Implement proper font handling --- src/guiEngine.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/guiEngine.h') 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 */ -- cgit v1.2.3