summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-07-25 16:51:44 +0300
committerAndrei Karas <akaras@inbox.ru>2015-07-25 16:51:44 +0300
commitcc5500b642f1cc5e16a44213c9b7423f8210ec66 (patch)
tree940d2d39b1ca80cfd66f572a3934dd011c4880be /src/client.h
parent1608d342c064f79b239e4671da516d270445b385 (diff)
downloadplus-cc5500b642f1cc5e16a44213c9b7423f8210ec66.tar.gz
plus-cc5500b642f1cc5e16a44213c9b7423f8210ec66.tar.bz2
plus-cc5500b642f1cc5e16a44213c9b7423f8210ec66.tar.xz
plus-cc5500b642f1cc5e16a44213c9b7423f8210ec66.zip
Move state handler STATE_CONNECT_GAME 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 880a11fb7..84329f54a 100644
--- a/src/client.h
+++ b/src/client.h
@@ -112,6 +112,8 @@ class Client final : public ConfigListener,
static void logVars();
+ void stateConnectGame1();
+
ServerInfo mCurrentServer;
Game *mGame;