]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/gamemodes/gamemode/ctf/_mod.inc
Merge branch 'master' into martin-t/mg-solidpen
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / ctf / _mod.inc
index dcd813569f98935894097c2202f02df3d13bd243..c6d756fbb8e9acba3d03b73bd08b4620481ed8c8 100644 (file)
@@ -1,2 +1,7 @@
 // generated file; do not modify
-#include <common/gamemodes/gamemode/ctf/ctf.qc>
+#ifdef CSQC
+    #include <common/gamemodes/gamemode/ctf/cl_ctf.qc>
+#endif
+#ifdef SVQC
+    #include <common/gamemodes/gamemode/ctf/sv_ctf.qc>
+#endif