Falling sand and gravel
[oweals/minetest.git] / src / main.h
index e6bb1caacea2511a96473f91dc7ea5e9bf499bf9..0e353fce01e8edc60124b1755648949aea23a3fd 100644 (file)
@@ -20,14 +20,13 @@ 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;
 
-// 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