Lobby creation scene for R-Type multiplayer. More...
#include "Engine/Interfaces/IScene.hpp"
Include dependency graph for CreateRoom.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | gme::CreateRoomScene |
| Scene for creating and configuring new multiplayer lobbies. More... | |
Namespaces | |
| namespace | gme |
Lobby creation scene for R-Type multiplayer.
This file contains the scene where players create new game lobbies. Players can configure lobby settings including name and maximum player count before creating the room on the server. The scene provides a user-friendly interface for lobby customization.
Definition in file CreateRoom.hpp.