]> git.lizzy.rs Git - minetest.git/blobdiff - src/guiMainMenu.h
Make m_media_fetch_threads to contain MediaFetchThread* instead of MediaFetchThread
[minetest.git] / src / guiMainMenu.h
index f6452f8342688a38ce99b25223f8722b3b3a1876..604202461dad6f02c0bca168cc67f077d052cdb3 100644 (file)
@@ -20,7 +20,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #ifndef GUIMAINMENU_HEADER
 #define GUIMAINMENU_HEADER
 
-#include "common_irrlicht.h"
+#include "irrlichttypes_extrabloated.h"
 #include "modalMenu.h"
 #include <string>
 #include <list>
@@ -41,6 +41,12 @@ struct MainMenuData
        bool smooth_lighting;
        bool clouds_3d;
        bool opaque_water;
+       bool mip_map;
+       bool anisotropic_filter;
+       bool bilinear_filter;
+       bool trilinear_filter;
+       int enable_shaders;
+       bool preload_item_visuals;
        // Server options
        bool creative_mode;
        bool enable_damage;
@@ -92,6 +98,7 @@ class GUIMainMenu : public GUIModalMenu
        void createNewWorld(std::wstring name, std::string gameid);
        void deleteWorld(const std::vector<std::string> &paths);
        int getTab();
+       void displayMessageMenu(std::wstring msg);
        
 private:
        MainMenuData *m_data;