Update StarClientApplication.hpp
This commit is contained in:
parent
b0d3c88834
commit
08dd7d72d7
@ -53,6 +53,11 @@ private:
|
|||||||
String password;
|
String password;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
struct PostProcessLayer {
|
||||||
|
List<String> effects;
|
||||||
|
unsigned passes;
|
||||||
|
};
|
||||||
|
|
||||||
void renderReload();
|
void renderReload();
|
||||||
|
|
||||||
void changeState(MainAppState newState);
|
void changeState(MainAppState newState);
|
||||||
@ -99,6 +104,8 @@ private:
|
|||||||
WorldRenderData m_renderData;
|
WorldRenderData m_renderData;
|
||||||
MainInterfacePtr m_mainInterface;
|
MainInterfacePtr m_mainInterface;
|
||||||
|
|
||||||
|
List<PostProcessLayer> m_postProcessLayers;
|
||||||
|
|
||||||
// Valid if main app state == SinglePlayer
|
// Valid if main app state == SinglePlayer
|
||||||
UniverseServerPtr m_universeServer;
|
UniverseServerPtr m_universeServer;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user