Some more work on rendering loading screen information

This commit is contained in:
Alexander Bock
2017-11-04 11:12:22 -04:00
parent b886925616
commit 6ecb180ac0
6 changed files with 259 additions and 65 deletions

View File

@@ -103,8 +103,6 @@ public:
void writeDocumentation();
void toggleShutdownMode();
void postLoadingScreenMessage(std::string message);
void runPostInitializationScripts(const std::string& sceneDescription);
// Guaranteed to return a valid pointer
@@ -112,6 +110,7 @@ public:
LuaConsole& console();
DownloadManager& downloadManager();
ModuleEngine& moduleEngine();
LoadingScreen& loadingScreen();
NetworkEngine& networkEngine();
ParallelConnection& parallelConnection();
RenderEngine& renderEngine();