summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-07-25 21:36:35 +0300
committerAndrei Karas <akaras@inbox.ru>2015-07-25 21:36:35 +0300
commit760b544fb26dcfc5103a44bf977cd8cd95b0862a (patch)
treed187c52aee57d51045df6b8756693e7a613dc09e /src/client.h
parent6ea2440a8662c4ffae8f7b6b53e84ddd25d69971 (diff)
downloadplus-760b544fb26dcfc5103a44bf977cd8cd95b0862a.tar.gz
plus-760b544fb26dcfc5103a44bf977cd8cd95b0862a.tar.bz2
plus-760b544fb26dcfc5103a44bf977cd8cd95b0862a.tar.xz
plus-760b544fb26dcfc5103a44bf977cd8cd95b0862a.zip
Move state handler STATE_SWITCH_LOGIN into separate function.
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h
index 8c36ec888..089ac06a3 100644
--- a/src/client.h
+++ b/src/client.h
@@ -120,6 +120,8 @@ class Client final : public ConfigListener,
void stateGame1();
+ void stateSwitchLogin1();
+
ServerInfo mCurrentServer;
Game *mGame;