Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/frontend
diff options
context:
space:
mode:
authorBottinator22 <59987380+Bottinator22@users.noreply.github.com>2024-12-18 22:41:35 -0800
committerGitHub <noreply@github.com>2024-12-18 22:41:35 -0800
commit93839a20323328e0acee060e78d77ee0b504774d (patch)
tree948a9e4981220330f939a8d63f571d650fb435d5 /source/frontend
parent1f5606b4d5f876774cb24a083361dd497c0d2cbb (diff)
Update StarTitleScreen.hpp
Diffstat (limited to 'source/frontend')
-rw-r--r--source/frontend/StarTitleScreen.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/frontend/StarTitleScreen.hpp b/source/frontend/StarTitleScreen.hpp
index 65ebb57..9aaac96 100644
--- a/source/frontend/StarTitleScreen.hpp
+++ b/source/frontend/StarTitleScreen.hpp
@@ -4,6 +4,7 @@
#include "StarAmbient.hpp"
#include "StarRegisteredPaneManager.hpp"
#include "StarInterfaceCursor.hpp"
+#include "StarUniverseClient.hpp"
namespace Star {
@@ -39,7 +40,7 @@ enum class TitleState {
class TitleScreen {
public:
- TitleScreen(PlayerStoragePtr playerStorage, MixerPtr mixer);
+ TitleScreen(PlayerStoragePtr playerStorage, MixerPtr mixer, UniverseClientPtr client);
void renderInit(RendererPtr renderer);
@@ -80,7 +81,7 @@ private:
void initCharSelectionMenu();
void initCharCreationMenu();
void initMultiPlayerMenu();
- void initOptionsMenu();
+ void initOptionsMenu(UniverseClientPtr client);
void initModsMenu();
void renderCursor();