]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/main.h
Enforce PLAYER_INVENTORY_SIZE in ObjectRef::l_inventory_set_list
[dragonfireclient.git] / src / main.h
index 9978c537a39281023f158686ca403c17fada5b31..0e353fce01e8edc60124b1755648949aea23a3fd 100644 (file)
@@ -21,18 +21,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #define MAIN_HEADER
 
 // Settings
-#include "utility.h"
-extern Settings g_settings;
-
-// A thread safe wrapper to irrlicht
-// On a server build, this is always NULL.
-// TODO: Remove this
-#include "irrlichtwrapper.h"
-extern IrrlichtWrapper *g_irrlicht;
-
-// This makes and maps textures
-#include "tile.h"
-extern TextureSource *g_texturesource;
+class Settings;
+extern Settings *g_settings;
+
+// Global profiler
+class Profiler;
+extern Profiler *g_profiler;
 
 // Debug streams