diff options
author | FearlessTobi <[email protected]> | 2022-07-15 21:11:09 +0200 |
---|---|---|
committer | FearlessTobi <[email protected]> | 2022-07-25 21:59:30 +0200 |
commit | 4b404191cf054ec3206676f1fccc452bc0a0e223 (patch) | |
tree | 8a1582246c41260fe82804bf4dcb9abf77176e27 /src/network/room_member.h | |
parent | 6c8e45618578de1406c0bf4a7f976bd4903c339c (diff) | |
download | yuzu-mainline-4b404191cf054ec3206676f1fccc452bc0a0e223.tar.gz yuzu-mainline-4b404191cf054ec3206676f1fccc452bc0a0e223.zip |
Address second part of review comments
Diffstat (limited to 'src/network/room_member.h')
-rw-r--r-- | src/network/room_member.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/network/room_member.h b/src/network/room_member.h index ee1c921d4..c835ba863 100644 --- a/src/network/room_member.h +++ b/src/network/room_member.h @@ -9,11 +9,15 @@ #include <string> #include <vector> #include <boost/serialization/vector.hpp> +#include "common/announce_multiplayer_room.h" #include "common/common_types.h" #include "network/room.h" namespace Network { +using AnnounceMultiplayerRoom::GameInfo; +using AnnounceMultiplayerRoom::RoomInformation; + /// Information about the received WiFi packets. /// Acts as our own 802.11 header. struct WifiPacket { |