]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/_all.qh
Only change limits when adding the mutator (might fix incorrect timelimits)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / _all.qh
index a331362151dbd72144862b807241d731babf0584..3693726bbd90418ec2161c1304b12b2d929a3237 100644 (file)
@@ -1,12 +1,13 @@
 #ifndef SERVER_ALL_H
 #define SERVER_ALL_H
 
+#include "../common/effects/all.qh"
+#include "../common/models/all.qh"
+#include "../common/sounds/all.qh"
+
 #include "autocvars.qh"
 #include "constants.qh"
 #include "defs.qh"
 #include "miscfunctions.qh"
 
-#include "../dpdefs/progsdefs.qh"
-#include "../dpdefs/dpextensions.qh"
-
 #endif