mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Add clouds to all loading screens and better progress handling
This commit is contained in:
parent
d859ad7ed7
commit
81c863ac4d
3 changed files with 163 additions and 81 deletions
|
@ -28,6 +28,14 @@ extern Settings *g_settings;
|
|||
class Profiler;
|
||||
extern Profiler *g_profiler;
|
||||
|
||||
// Menu clouds
|
||||
class Clouds;
|
||||
extern Clouds *g_menuclouds;
|
||||
|
||||
// Scene manager used for menu clouds
|
||||
namespace irr{namespace scene{class ISceneManager;}}
|
||||
extern irr::scene::ISceneManager *g_menucloudsmgr;
|
||||
|
||||
// Debug streams
|
||||
|
||||
#include <fstream>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue