mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
OMG! Main Menu!
This commit is contained in:
parent
c0a1bcf473
commit
c914cbb0a0
25 changed files with 897 additions and 272 deletions
|
@ -24,11 +24,11 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
|
||||
GUITextInputMenu::GUITextInputMenu(gui::IGUIEnvironment* env,
|
||||
gui::IGUIElement* parent, s32 id,
|
||||
int *active_menu_count,
|
||||
IMenuManager *menumgr,
|
||||
TextDest *dest,
|
||||
std::wstring initial_text
|
||||
):
|
||||
GUIModalMenu(env, parent, id, active_menu_count),
|
||||
GUIModalMenu(env, parent, id, menumgr),
|
||||
m_dest(dest),
|
||||
m_initial_text(initial_text)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue