summaryrefslogtreecommitdiff
path: root/src/gui/charselectdialog.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-10-01 12:48:28 -0600
committerJared Adams <jaxad0127@gmail.com>2009-10-01 12:48:28 -0600
commitda61b7e9cb40e75ad0d74cc64853bf1b08d0a031 (patch)
treea1d5157ac530b42ce4ca2c316fcaa419cc23c01c /src/gui/charselectdialog.h
parent83fd36204202b4b5cca7e6cdb37c025919f32f08 (diff)
downloadmana-client-da61b7e9cb40e75ad0d74cc64853bf1b08d0a031.tar.gz
mana-client-da61b7e9cb40e75ad0d74cc64853bf1b08d0a031.tar.bz2
mana-client-da61b7e9cb40e75ad0d74cc64853bf1b08d0a031.tar.xz
mana-client-da61b7e9cb40e75ad0d74cc64853bf1b08d0a031.zip
Finish merging registration dialog
Diffstat (limited to 'src/gui/charselectdialog.h')
-rw-r--r--src/gui/charselectdialog.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/charselectdialog.h b/src/gui/charselectdialog.h
index 5f067404..cfd36390 100644
--- a/src/gui/charselectdialog.h
+++ b/src/gui/charselectdialog.h
@@ -57,6 +57,9 @@ class CharSelectDialog : public Window, public gcn::ActionListener
bool selectByName(const std::string &name);
+ static void setNetworkOptions(bool allowUnregister,
+ bool allowChangeEmail);
+
private:
LockedArray<LocalPlayer*> *mCharInfo;
@@ -97,6 +100,8 @@ class CharSelectDialog : public Window, public gcn::ActionListener
* Communicate character selection to the server.
*/
void attemptCharSelect();
+
+ static bool doAllowUnregister, doAllowChangeEmail;
};
#endif