]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/progs.inc
Merge MR 'Various Q3 and QL map entity features and fixes'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / progs.inc
index 45c52c8c02b34dfe10f61adc81d224962ec49c74..e5b6fb98d0f1e6ecbfd13e454d6523ad0e4acaef 100644 (file)
@@ -1,29 +1,13 @@
-#include "../common/util-pre.qh"
-#include "../dpdefs/menudefs.qh"
-#include "../dpdefs/keycodes.qh"
-#include "../common/util-post.qh"
+#include <lib/_all.inc>
 
-#include "../lib/_all.inc"
+#if XONOTIC
 
-#include "oo/classes.qc"
+#include "_mod.inc"
 
-#include "draw.qc"
-#include "menu.qc"
+#include <common/_all.inc>
 
-#include "command/all.qc"
+#endif
 
-#include "xonotic/util.qc"
-
-#include "../common/campaign_file.qc"
-#include "../common/campaign_setup.qc"
-#include "../common/mapinfo.qc"
-#include "../common/playerstats.qc"
-#include "../common/util.qc"
-
-#include "../common/items/all.qc"
-#include "../common/monsters/all.qc"
-#include "../common/mutators/all.qc"
-#include "../common/vehicles/all.qc"
-#include "../common/weapons/all.qc"
-
-#include "../mod/menu/progs.inc"
+#ifdef BUILD_MOD
+#include <mod/menu/progs.inc>
+#endif