aboutsummaryrefslogtreecommitdiff
path: root/advtrains_interlocking/textures/at_il_tool.png
diff options
context:
space:
mode:
Diffstat (limited to 'advtrains_interlocking/textures/at_il_tool.png')
0 files changed, 0 insertions, 0 deletions
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #pragma once #include "irrlichttypes_extrabloated.h" #include "modalMenu.h" #include <string> class Client; class ISimpleTextureSource; class GUIPasswordChange : public GUIModalMenu { public: GUIPasswordChange(gui::IGUIEnvironment *env, gui::IGUIElement *parent, s32 id, IMenuManager *menumgr, Client *client, ISimpleTextureSource *tsrc); ~GUIPasswordChange(); void removeChildren();