summaryrefslogtreecommitdiff
path: root/src/gui/char_select.h
diff options
context:
space:
mode:
authorBjörn Steinbrink <B.Steinbrink@gmx.de>2006-09-14 00:57:03 +0000
committerBjörn Steinbrink <B.Steinbrink@gmx.de>2006-09-14 00:57:03 +0000
commit535ac50a68c17e421230875fea05fd1161a92fe6 (patch)
tree62cddbe1350c775c439da4fde561ee93918f837f /src/gui/char_select.h
parentc4529dbd7b7f8f3ae5009d35010139e7f1b68deb (diff)
downloadmana-client-535ac50a68c17e421230875fea05fd1161a92fe6.tar.gz
mana-client-535ac50a68c17e421230875fea05fd1161a92fe6.tar.bz2
mana-client-535ac50a68c17e421230875fea05fd1161a92fe6.tar.xz
mana-client-535ac50a68c17e421230875fea05fd1161a92fe6.zip
Fix up the player selection stuff, it's a bit nicer now.
Diffstat (limited to 'src/gui/char_select.h')
-rw-r--r--src/gui/char_select.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/char_select.h b/src/gui/char_select.h
index 6784c073..0a1b5eac 100644
--- a/src/gui/char_select.h
+++ b/src/gui/char_select.h
@@ -57,6 +57,8 @@ class CharSelectDialog : public Window, public gcn::ActionListener
void logic();
+ bool selectByName(const std::string &name);
+
/**
* Returns name of selected player
*/