mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
Switch client-server communication to new API
This commit is contained in:
@@ -177,8 +177,7 @@ class CSimpleJoinScreen : public WindowBase
|
||||
void connectToServer();
|
||||
void leaveScreen();
|
||||
void onChange(const std::string & newText);
|
||||
void startConnectThread(const std::string & addr = {}, ui16 port = 0);
|
||||
void connectThread(const std::string & addr, ui16 port);
|
||||
void startConnection(const std::string & addr = {}, ui16 port = 0);
|
||||
|
||||
public:
|
||||
CSimpleJoinScreen(bool host = true);
|
||||
|
||||
Reference in New Issue
Block a user