4#include <phosphorus/GameBootstrapper.h>
5#include "game/Screens/Settings/SettingsScreen.h"
13 class GameSessionBuilderScreen :
public SettingsScreen
16 GameSessionBuilderScreen() : SettingsScreen(
nullptr) {}
The renderer of component registry.
Definition Surface.h:28
void OnSurfaceCallback(const String &id) override
Event called when any component sends callback.
Definition GameSessionBuilderScreen.cpp:16
void Build(Andromenda::Surface &surface) override
Event called when this screen is being opened.
Definition GameSessionBuilderScreen.cpp:9
Represents a mutable sequence of characters, providing various member functions for string manipulati...
Definition String.h:16