#include "guiPasswordChange.h"
#include "client/client.h"
#include "guiButton.h"
#include <IGUICheckBox.h>
#include <IGUIEditBox.h>
#include <IGUIButton.h>
#include <IGUIStaticText.h>
#include <IGUIFont.h>
#include <IVideoDriver.h>
#include "porting.h"
#include "gettext.h"
Variables | |
const int | ID_oldPassword = 256 |
const int | ID_newPassword1 = 257 |
const int | ID_newPassword2 = 258 |
const int | ID_change = 259 |
const int | ID_message = 260 |
const int | ID_cancel = 261 |
const int ID_cancel = 261 |
const int ID_change = 259 |
Referenced by GUIPasswordChange::OnEvent(), and GUIPasswordChange::regenerateGui().
const int ID_message = 260 |
Referenced by GUIPasswordChange::processInput(), and GUIPasswordChange::regenerateGui().
const int ID_newPassword1 = 257 |
const int ID_newPassword2 = 258 |
const int ID_oldPassword = 256 |