Address review comments

This commit is contained in:
FearlessTobi 2022-08-28 19:31:16 +02:00
parent 8a5fed2c9d
commit f24b74d4c1
11 changed files with 26 additions and 27 deletions

View file

@ -9,7 +9,6 @@
#include <QSortFilterProxyModel>
#include <QStandardItemModel>
#include "common/announce_multiplayer_room.h"
#include "core/core.h"
#include "network/announce_multiplayer_session.h"
#include "network/network.h"
#include "yuzu/multiplayer/validation.h"
@ -21,6 +20,10 @@ class Lobby;
class LobbyModel;
class LobbyFilterProxyModel;
namespace Core {
class System;
}
/**
* Listing of all public games pulled from services. The lobby should be simple enough for users to
* find the game they want to play, and join it.