]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/guiEngine.cpp
Move globals from main.cpp to more sane locations
[dragonfireclient.git] / src / guiEngine.cpp
index 07fdbb16e01d950e2c27e781e9741acf15d6d49b..6989ffa35415fe917e3a427b94ae6b20fa0c8f2e 100644 (file)
@@ -19,6 +19,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 
 #include "guiEngine.h"
 
+#include <fstream>
 #include <IGUIStaticText.h>
 #include <ICameraSceneNode.h>
 #include "scripting_mainmenu.h"
@@ -27,7 +28,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "version.h"
 #include "porting.h"
 #include "filesys.h"
-#include "main.h"
 #include "settings.h"
 #include "guiMainMenu.h"
 #include "sound.h"