1
This commit is contained in:
parent
be2e56f589
commit
09ac3bdf20
@ -127,6 +127,13 @@ static void GSListeneron_error(a8::TcpListener*, int type, int errorid)
|
||||
|
||||
class KcpSession
|
||||
{
|
||||
public:
|
||||
|
||||
void SendMsg(unsigned short msgid, const ::google::protobuf::Message& msg)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private:
|
||||
ikcpcb* kcp_ = nullptr;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user