]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/clouds.cpp
Schematics: Fix core.schematic_create()
[dragonfireclient.git] / src / clouds.cpp
index 8fea7a6aa24b7292c7d04c15ddb6f2b04f84e972..3409aac73ab6b08a8015950534ee470cbd6558e7 100644 (file)
@@ -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,