mirror of
https://git.h3cjp.net/H3cJP/citra.git
synced 2024-11-29 15:33:01 +00:00
room_member: RakNet -> ENet
This commit is contained in:
parent
ca701e2610
commit
c29c66000e
|
@ -87,7 +87,7 @@ public:
|
|||
*/
|
||||
void HandleJoinPacket(const ENetEvent* event);
|
||||
/**
|
||||
* Extracts RoomInformation and MemberInformation from a received RakNet packet.
|
||||
* Extracts RoomInformation and MemberInformation from a received ENet packet.
|
||||
* @param event The ENet event that was received.
|
||||
*/
|
||||
void HandleRoomInformationPacket(const ENetEvent* event);
|
||||
|
|
Loading…
Reference in a new issue