]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/progs.inc
menu: bufstr_get
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / progs.inc
index 45c52c8c02b34dfe10f61adc81d224962ec49c74..730fb652b086358cd07d14519928006a1a6c1c18 100644 (file)
@@ -1,11 +1,8 @@
-#include "../common/util-pre.qh"
-#include "../dpdefs/menudefs.qh"
-#include "../dpdefs/keycodes.qh"
-#include "../common/util-post.qh"
-
 #include "../lib/_all.inc"
 
-#include "oo/classes.qc"
+#define world NULL
+
+#include "classes.qc"
 
 #include "draw.qc"
 #include "menu.qc"
@@ -19,6 +16,7 @@
 #include "../common/mapinfo.qc"
 #include "../common/playerstats.qc"
 #include "../common/util.qc"
+#include "../common/debug.qh"
 
 #include "../common/items/all.qc"
 #include "../common/monsters/all.qc"
@@ -26,4 +24,6 @@
 #include "../common/vehicles/all.qc"
 #include "../common/weapons/all.qc"
 
-#include "../mod/menu/progs.inc"
+#if BUILD_MOD
+#include "../../mod/menu/progs.inc"
+#endif