]> git.lizzy.rs Git - dragonblocks_alpha.git/blobdiff - src/client/debug_menu.c
Rework structure
[dragonblocks_alpha.git] / src / client / debug_menu.c
index ddf36c41c2ebf5d13f12071b24a410b1f03f70e6..ef1c457d03fd5bf63fcebbddb5f517ff888617a5 100644 (file)
@@ -1,4 +1,4 @@
-#include <asprintf/asprintf.h>
+#include <asprintf.h>
 #include <GL/glew.h>
 #include <GL/gl.h>
 #include <stdbool.h>
@@ -15,9 +15,9 @@
 #include "client/gui.h"
 #include "client/interact.h"
 #include "client/window.h"
-#include "day.h"
-#include "environment.h"
-#include "perlin.h"
+#include "common/day.h"
+#include "common/environment.h"
+#include "common/perlin.h"
 #include "version.h"
 
 static GUIElement *gui_elements[COUNT_ENTRY] = {NULL};