From eea3277b81625277b634d1f5409b46075ebe28ff Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Tue, 13 Mar 2012 08:50:03 +0200 Subject: Crude tab test in main menu (requires gui redesign for the additional tabs) --- src/guiMainMenu.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/guiMainMenu.h') diff --git a/src/guiMainMenu.h b/src/guiMainMenu.h index 688e393ad..68f3ca0f3 100644 --- a/src/guiMainMenu.h +++ b/src/guiMainMenu.h @@ -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 -- cgit v1.2.3