Bomberman Multiplayer
Authoritative multiplayer networking layer for Bomberman.
Loading...
Searching...
No Matches
LobbyScene.h File Reference

Multiplayer lobby scene shown after a successful session accept. More...

#include <array>
#include <cstdint>
#include <memory>
#include <optional>
#include <string_view>
#include "Entities/Text.h"
#include "Net/NetCommon.h"
#include "Scenes/Scene.h"

Go to the source code of this file.

Classes

class  bomberman::LobbyScene
 Multiplayer lobby scene backed by authoritative server seat state. More...
 
struct  bomberman::LobbyScene::SeatRowWidgets
 

Namespaces

namespace  bomberman::net
 Shared multiplayer protocol types and transport-facing wire helpers.
 

Detailed Description

Multiplayer lobby scene shown after a successful session accept.