mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Crude tab test in main menu (requires gui redesign for the additional tabs)
This commit is contained in:
parent
11b86f8d8a
commit
eea3277b81
3 changed files with 189 additions and 130 deletions
|
@ -83,6 +83,7 @@ public:
|
|||
bool OnEvent(const SEvent& event);
|
||||
void createNewWorld(std::wstring name, std::string gameid);
|
||||
void deleteWorld(WorldSpec spec);
|
||||
int getTab();
|
||||
|
||||
private:
|
||||
MainMenuData *m_data;
|
||||
|
@ -93,6 +94,8 @@ private:
|
|||
gui::IGUIElement* parent;
|
||||
s32 id;
|
||||
IMenuManager *menumgr;
|
||||
|
||||
bool m_is_regenerating;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue