diff options
| author | 2022-07-17 22:53:44 -0500 | |
|---|---|---|
| committer | 2022-07-25 21:59:31 +0200 | |
| commit | 899c8bb33094f43fbd8df9afb4ca84718ebac87e (patch) | |
| tree | 392a54ac863f67b37bdfb006f739e8e840a9ab16 /src/web_service/announce_room_json.h | |
| parent | Address second part of review comments (diff) | |
| download | yuzu-899c8bb33094f43fbd8df9afb4ca84718ebac87e.tar.gz yuzu-899c8bb33094f43fbd8df9afb4ca84718ebac87e.tar.xz yuzu-899c8bb33094f43fbd8df9afb4ca84718ebac87e.zip | |
common: multiplayer: Use GameInfo type
Diffstat (limited to 'src/web_service/announce_room_json.h')
| -rw-r--r-- | src/web_service/announce_room_json.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/web_service/announce_room_json.h b/src/web_service/announce_room_json.h index 811c76fbd..24ec29c65 100644 --- a/src/web_service/announce_room_json.h +++ b/src/web_service/announce_room_json.h | |||
| @@ -22,8 +22,7 @@ public: | |||
| 22 | ~RoomJson() = default; | 22 | ~RoomJson() = default; |
| 23 | void SetRoomInformation(const std::string& name, const std::string& description, const u16 port, | 23 | void SetRoomInformation(const std::string& name, const std::string& description, const u16 port, |
| 24 | const u32 max_player, const u32 net_version, const bool has_password, | 24 | const u32 max_player, const u32 net_version, const bool has_password, |
| 25 | const std::string& preferred_game, | 25 | const AnnounceMultiplayerRoom::GameInfo& preferred_game) override; |
| 26 | const u64 preferred_game_id) override; | ||
| 27 | void AddPlayer(const AnnounceMultiplayerRoom::Member& member) override; | 26 | void AddPlayer(const AnnounceMultiplayerRoom::Member& member) override; |
| 28 | WebResult Update() override; | 27 | WebResult Update() override; |
| 29 | WebResult Register() override; | 28 | WebResult Register() override; |