Update StarTitleScreen.hpp
This commit is contained in:
parent
1f5606b4d5
commit
93839a2032
@ -4,6 +4,7 @@
|
|||||||
#include "StarAmbient.hpp"
|
#include "StarAmbient.hpp"
|
||||||
#include "StarRegisteredPaneManager.hpp"
|
#include "StarRegisteredPaneManager.hpp"
|
||||||
#include "StarInterfaceCursor.hpp"
|
#include "StarInterfaceCursor.hpp"
|
||||||
|
#include "StarUniverseClient.hpp"
|
||||||
|
|
||||||
namespace Star {
|
namespace Star {
|
||||||
|
|
||||||
@ -39,7 +40,7 @@ enum class TitleState {
|
|||||||
|
|
||||||
class TitleScreen {
|
class TitleScreen {
|
||||||
public:
|
public:
|
||||||
TitleScreen(PlayerStoragePtr playerStorage, MixerPtr mixer);
|
TitleScreen(PlayerStoragePtr playerStorage, MixerPtr mixer, UniverseClientPtr client);
|
||||||
|
|
||||||
void renderInit(RendererPtr renderer);
|
void renderInit(RendererPtr renderer);
|
||||||
|
|
||||||
@ -80,7 +81,7 @@ private:
|
|||||||
void initCharSelectionMenu();
|
void initCharSelectionMenu();
|
||||||
void initCharCreationMenu();
|
void initCharCreationMenu();
|
||||||
void initMultiPlayerMenu();
|
void initMultiPlayerMenu();
|
||||||
void initOptionsMenu();
|
void initOptionsMenu(UniverseClientPtr client);
|
||||||
void initModsMenu();
|
void initModsMenu();
|
||||||
|
|
||||||
void renderCursor();
|
void renderCursor();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user