LuaVoxelManip: Add option to allocate blank data
[oweals/minetest.git] / src / guiEngine.h
index 7f35949d1891e54a207acb383f23ec6385892807..0be8634ddd3cf31d1b7a8ff10446edf40fea1cc7 100644 (file)
@@ -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 */