111
This commit is contained in:
@@ -31,7 +31,7 @@ public:
|
||||
bool ConnectState = false;
|
||||
|
||||
public:
|
||||
Client(asio::io_context &io_context)
|
||||
Client(asio::io_context &io_context, std::string Ip, std::string Port)
|
||||
: resolver(io_context),
|
||||
socket(io_context)
|
||||
{
|
||||
@@ -209,7 +209,7 @@ public:
|
||||
|
||||
void InitSqr();
|
||||
void InitPackLogic();
|
||||
void Init();
|
||||
void Init(std::string Ip, std::string Port);
|
||||
void Send(const SQChar *Pck);
|
||||
void Logic();
|
||||
void IntToByteLittle(unsigned char *b, int Count);
|
||||
|
||||
Reference in New Issue
Block a user