]> 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 e6bb1caacea2511a96473f91dc7ea5e9bf499bf9..081029dd5c158f377417a743b07749b5ccf0871d 100644 (file)
@@ -20,14 +20,17 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #ifndef MAIN_HEADER
 #define MAIN_HEADER
 
-#include "irrlichtwrapper.h"
-
 // Settings
-extern Settings g_settings;
+class Settings;
+extern Settings *g_settings;
+
+// This makes and maps textures
+class ITextureSource;
+extern ITextureSource *g_texturesource;
 
-// A thread safe wrapper to irrlicht
-// On a server build, this is always NULL.
-extern IrrlichtWrapper *g_irrlicht;
+// Global profiler
+class Profiler;
+extern Profiler *g_profiler;
 
 // Debug streams