]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/_mod.inc
Merge branch 'master' into Lyberta/TeamplayOverhaul
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / _mod.inc
index 1f2b37a0dcf4c17cf24a3264bd95cc617a362c4a..2cabd69c7f8f35fb58e029bb4bb629c85dbf3bbd 100644 (file)
@@ -1,9 +1,11 @@
 // generated file; do not modify
-#include "all.qc"
-#include "banning.qc"
-#include "cmd.qc"
-#include "common.qc"
-#include "getreplies.qc"
-#include "radarmap.qc"
-#include "sv_cmd.qc"
-#include "vote.qc"
+#include <server/command/banning.qc>
+#include <server/command/cmd.qc>
+#ifdef SVQC
+    #include <server/command/sv_cmd.qc>
+#endif
+#include <server/command/common.qc>
+#include <server/command/getreplies.qc>
+#include <server/command/radarmap.qc>
+#include <server/command/reg.qc>
+#include <server/command/vote.qc>