]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/main.h
make it slightly less annoying :o)
[dragonfireclient.git] / src / main.h
index fcf150f874fea51c81c64976aad7bc6486827fa1..b2dee149469e5bbcc84cd94b7debfad7de347322 100644 (file)
@@ -25,9 +25,13 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 extern Settings g_settings;
 
 // This makes and maps textures
-#include "tile.h"
+class ITextureSource;
 extern ITextureSource *g_texturesource;
 
+// Global profiler
+#include "profiler.h"
+extern Profiler g_profiler;
+
 // Debug streams
 
 #include <fstream>