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
|
class KcpSession
|
||||||
{
|
{
|
||||||
|
public:
|
||||||
|
|
||||||
|
void SendMsg(unsigned short msgid, const ::google::protobuf::Message& msg)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
ikcpcb* kcp_ = nullptr;
|
ikcpcb* kcp_ = nullptr;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user