Don't have an account? Sign Up
struct IRMIListener { };
INetwork.h
virtual ~IRMIListener();
virtual void OnAck(INetChannel * pChannel, int userId, uint32 nSeq, bool bAck) = 0;
virtual void OnSend(INetChannel * pChannel, int userId, uint32 nSeq) = 0;