]> git.lizzy.rs Git - minetest.git/blobdiff - src/guiEngine.h
Don't use luaL_checkstring to read node names, it's only for arguments
[minetest.git] / src / guiEngine.h
index 7f35949d1891e54a207acb383f23ec6385892807..e57573220b107f8136756d389a3dda6429b9ded2 100644 (file)
@@ -27,7 +27,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "modalMenu.h"
 #include "guiFormSpecMenu.h"
 #include "sound.h"
-#include "tile.h"
+#include "client/tile.h"
 
 /******************************************************************************/
 /* Typedefs and macros                                                        */
@@ -188,6 +188,9 @@ class GUIEngine {
        /** 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 */