Lobby browser scene for joining multiplayer games. More...
#include <vector>#include "Engine/Interfaces/IScene.hpp"#include "Interfaces/Protocol/Protocol.hpp"
Include dependency graph for JoinRoom.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | gme::JoinRoomScene |
| Scene for browsing and joining available multiplayer lobbies. More... | |
Namespaces | |
| namespace | gme |
Lobby browser scene for joining multiplayer games.
This file contains the join room scene where players can browse available lobbies, view lobby information (name, player count, status), and join a game. The scene provides real-time updates via the event bus and supports refreshing the lobby list on demand.
Definition in file JoinRoom.hpp.