Home
last modified time | relevance | path

Searched refs:MPM_EDIT_IP (Results 1 – 3 of 3) sorted by relevance

/dports/games/opendungeons/OpenDungeons-0.7.1/source/modes/
H A DMenuModeMultiplayerClient.cpp91 CEGUI::Editbox* editIp = static_cast<CEGUI::Editbox*>(mainWin->getChild(Gui::MPM_EDIT_IP)); in clientButtonPressed()
/dports/games/opendungeons/OpenDungeons-0.7.1/source/render/
H A DGui.h129 static const std::string MPM_EDIT_IP; variable
H A DGui.cpp179 const std::string Gui::MPM_EDIT_IP = "LevelWindowFrame/IpEdit"; member in Gui