Add ObjectRef:punch and ObjectRef:right_click to Lua API
[oweals/minetest.git] / src / guiMainMenu.h
index 87561f7974fd075dd4bea9c6fc440a5470fffcfb..ba2fc6be5e2329265edaad51112bcab603a17426 100644 (file)
@@ -35,6 +35,8 @@ enum
        GUI_ID_PORT_INPUT,
        GUI_ID_FANCYTREE_CB,
        GUI_ID_SMOOTH_LIGHTING_CB,
+       GUI_ID_3D_CLOUDS_CB,
+       GUI_ID_OPAQUE_WATER_CB,
        GUI_ID_DAMAGE_CB,
        GUI_ID_CREATIVE_CB,
        GUI_ID_JOIN_GAME_BUTTON,
@@ -64,6 +66,8 @@ struct MainMenuData
        std::wstring password;
        bool fancy_trees;
        bool smooth_lighting;
+       bool clouds_3d;
+       bool opaque_water;
        // Server options
        bool creative_mode;
        bool enable_damage;