]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/main.h
Make dungeon masters though and make oerkkis disappear when they get to you (because...
[dragonfireclient.git] / src / main.h
index 4248bd3e4041a8c688b4f5b007cf9529321cc235..081029dd5c158f377417a743b07749b5ccf0871d 100644 (file)
@@ -21,13 +21,17 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #define MAIN_HEADER
 
 // Settings
-#include "utility.h"
-extern Settings g_settings;
+class Settings;
+extern Settings *g_settings;
 
 // This makes and maps textures
-#include "tile.h"
+class ITextureSource;
 extern ITextureSource *g_texturesource;
 
+// Global profiler
+class Profiler;
+extern Profiler *g_profiler;
+
 // Debug streams
 
 #include <fstream>