Waiting room scene for R-Type multiplayer lobby system. More...
#include <functional>#include <vector>#include "Engine/Interfaces/IScene.hpp"#include "Interfaces/Protocol/Protocol.hpp"
Include dependency graph for WaitingRoom.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | gme::WaitingRoomScene |
| Pre-game lobby scene where players wait before match starts. More... | |
Namespaces | |
| namespace | gme |
Waiting room scene for R-Type multiplayer lobby system.
This file contains the waiting room scene where players gather before a game starts. Players can see other lobby members, wait for the host to start the game, and leave the lobby if desired. The scene displays real-time lobby updates and provides controls for lobby management.
Definition in file WaitingRoom.hpp.