X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fclouds.cpp;h=3409aac73ab6b08a8015950534ee470cbd6558e7;hb=e0889c6c03d48fabc15adf06af811ab2bfc2fe23;hp=8fea7a6aa24b7292c7d04c15ddb6f2b04f84e972;hpb=a603a767877b94b4d3bc4d3de8d762fbc56a583d;p=dragonfireclient.git diff --git a/src/clouds.cpp b/src/clouds.cpp index 8fea7a6aa..3409aac73 100644 --- a/src/clouds.cpp +++ b/src/clouds.cpp @@ -21,10 +21,15 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "noise.h" #include "constants.h" #include "debug.h" -#include "main.h" // For g_profiler and g_settings #include "profiler.h" #include "settings.h" + +// Menu clouds are created later +class Clouds; +Clouds *g_menuclouds = NULL; +irr::scene::ISceneManager *g_menucloudsmgr = NULL; + Clouds::Clouds( scene::ISceneNode* parent, scene::ISceneManager* mgr,